From 76b127f2682c731be1087cbe60e76121a842973e Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Thu, 14 Mar 2024 08:38:03 +0100 Subject: [PATCH] [VIM] Add Grammalect support --- .vimrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.vimrc b/.vimrc index 52199fa..b850c7c 100644 --- a/.vimrc +++ b/.vimrc @@ -14,6 +14,8 @@ Plugin 'scheakur/vim-scheakur' Plugin 'preservim/nerdtree' Plugin 'preservim/tagbar' Plugin 'airblade/vim-gitgutter' +Plugin 'dpelle/vim-Grammalecte' +Plugin 'loremipsum' call vundle#end() filetype plugin indent on @@ -39,6 +41,10 @@ set magic " Enable syntax highlighting syntax on +" Set locale for spellcheck +setlocal spell spelllang=fr +set nospell + set background=dark " dark or light colorscheme scheakur " Your favorite color scheme's name @@ -107,3 +113,9 @@ set mouse=a " Enable mouse drag on window splits set updatetime=100 set signcolumn=auto + +"""""""""""""""""""""""""""""""""""""" +" Grammalect +"""""""""""""""""""""""""""""""""""""" + +let g:grammalecte_cli_py='~/Grammalecte-fr/grammalecte-cli.py'