[nvim] move grammalect config

This commit is contained in:
Gregory Trolliet 2024-10-19 17:02:12 +02:00
parent df3953fda9
commit 345d5e3759
2 changed files with 3 additions and 1 deletions

View file

@ -24,7 +24,6 @@ map('n', '<Leader>gc', ':Telescope git_commits<Enter>', options)
map('n', '<Leader><Space>', ':Telescope buffers<Enter>', options)
map('n', '<Leader>t', ':TagbarToggle<Enter>', options)
vim.g.grammalecte_cli_py = "~/Grammalecte-fr/grammalecte-cli.py"
--------------------------------------------------

View file

@ -1,3 +1,6 @@
return {
"dpelle/vim-Grammalecte",
config = function()
vim.g.grammalecte_cli_py = "~/Grammalecte-fr/grammalecte-cli.py"
end
}