diff --git a/README.md b/README.md index dfde205..d4d2f2c 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Theme: nord palette * [GTK: Nordic](https://github.com/EliverLara/Nordic) * [Icons: NordArc](https://www.gnome-look.org/p/1427194/) * [Cursors: Comix](https://www.gnome-look.org/p/999996) +* [Grammalecte](https://grammalecte.net/) (Extract [zip](https://grammalecte.net/grammalecte/zip/Grammalecte-fr-v2.1.0.zip) into ~/.Grammalecte) ## Inspirations diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc index 8e430cf..9b3ecb6 100644 --- a/dotfiles/.vimrc +++ b/dotfiles/.vimrc @@ -33,6 +33,7 @@ call plug#begin('~/.vim/plugged') Plug 'airblade/vim-gitgutter' Plug 'yuezk/vim-js' Plug 'maxmellon/vim-jsx-pretty' + Plug 'dpelle/vim-grammalecte' " Initialize plugin system call plug#end() @@ -127,6 +128,9 @@ map! :call GlobalTrimWhiteSpace() " -- Plugins configurations +" Grammalecte +:let g:grammalecte_cli_py='$HOME/.Grammalecte/grammalecte-cli.py' + " ale let b:ale_linters = ['eslint'] let g:ale_fixers = {