plugin: install, configure Grammalecte

- Grammalecte is a French language checker. This plugin requires the
  python package `Grammalecte` that provide `grammalecte-cli` and
  `grammalecte-server`.

Co-Authored-by: iGor milhit <igor@milhit.ch>
iGor milhit 2023-06-29 07:21:43 +02:00
parent 2ba65a9f5f
commit 0f0b1ee56a
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
-- Plugin to get Grammalecte checks in (neo)vim.
-- Set the path to the grammalecte-cli executable
vim.cmd([[ let g:grammalecte_cli_py = "/usr/bin/grammalecte-cli" ]])
return {
"dpelle/vim-Grammalecte",
ft = {
"pandoc",
"markdown",
"text",
"gitcommit"
}
}