[nvim] fix mail completion and snippets
This commit is contained in:
parent
196cc19a88
commit
277b60a8a0
@ -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 }}
|
||||||
4
private_dot_config/nvim/snippets/main.snippet
Normal file
4
private_dot_config/nvim/snippets/main.snippet
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
snippet ftpu "FTP users"
|
||||||
|
- login: ${1:${VISUAL}}
|
||||||
|
password: ${2}
|
||||||
|
path: ${3}
|
||||||
Loading…
x
Reference in New Issue
Block a user