[nvim] fix mail completion and snippets

This commit is contained in:
Julien Rabier 2023-12-05 15:41:38 +01:00
parent 196cc19a88
commit 277b60a8a0
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,4 @@
{{- if eq .chezmoi.hostname "taupo" }}
return { return {
"https://codeberg.org/JoshuaCrewe/telescope-notmuch.nvim.git", "https://codeberg.org/JoshuaCrewe/telescope-notmuch.nvim.git",
config = function() config = function()
@ -5,3 +6,5 @@ return {
end, end,
ft = { "mail" }, ft = { "mail" },
} }
{{ else }}
{{ end }}

View File

@ -0,0 +1,4 @@
snippet ftpu "FTP users"
- login: ${1:${VISUAL}}
password: ${2}
path: ${3}