[nvim] add grammalecte

This commit is contained in:
Julien Rabier 2023-05-07 17:55:50 +02:00
parent 6ca6cc0f55
commit 80340ca066
2 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,7 @@ opt.number = true
opt.backup = true
{{- if eq .chezmoi.hostname "taupo" }}
opt.backupdir = "/home/taziden/.vim/backup"
vim.g.grammalecte_cli_py = "/usr/bin/grammalecte-cli"
{{ else }}
opt.backupdir = "/home/jrabier/.vim/backup"
{{ end }}

View File

@ -0,0 +1,6 @@
{{- if eq .chezmoi.hostname "taupo" }}
return {
"dpelle/vim-Grammalecte",
}
{{ else }}
{{ end }}