[nvim] move grammalect config
This commit is contained in:
parent
df3953fda9
commit
345d5e3759
2 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
||||
--------------------------------------------------
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
return {
|
||||
"dpelle/vim-Grammalecte",
|
||||
config = function()
|
||||
vim.g.grammalecte_cli_py = "~/Grammalecte-fr/grammalecte-cli.py"
|
||||
end
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue