gentoo-sway #2
2 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,7 @@ Theme: nord palette
|
||||||
* [GTK: Nordic](https://github.com/EliverLara/Nordic)
|
* [GTK: Nordic](https://github.com/EliverLara/Nordic)
|
||||||
* [Icons: NordArc](https://www.gnome-look.org/p/1427194/)
|
* [Icons: NordArc](https://www.gnome-look.org/p/1427194/)
|
||||||
* [Cursors: Comix](https://www.gnome-look.org/p/999996)
|
* [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
|
## Inspirations
|
||||||
|
|
|
@ -33,6 +33,7 @@ call plug#begin('~/.vim/plugged')
|
||||||
Plug 'airblade/vim-gitgutter'
|
Plug 'airblade/vim-gitgutter'
|
||||||
Plug 'yuezk/vim-js'
|
Plug 'yuezk/vim-js'
|
||||||
Plug 'maxmellon/vim-jsx-pretty'
|
Plug 'maxmellon/vim-jsx-pretty'
|
||||||
|
Plug 'dpelle/vim-grammalecte'
|
||||||
" Initialize plugin system
|
" Initialize plugin system
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
@ -127,6 +128,9 @@ map! <F2> :call GlobalTrimWhiteSpace()<CR>
|
||||||
|
|
||||||
|
|
||||||
" -- Plugins configurations
|
" -- Plugins configurations
|
||||||
|
" Grammalecte
|
||||||
|
:let g:grammalecte_cli_py='$HOME/.Grammalecte/grammalecte-cli.py'
|
||||||
|
|
||||||
" ale
|
" ale
|
||||||
let b:ale_linters = ['eslint']
|
let b:ale_linters = ['eslint']
|
||||||
let g:ale_fixers = {
|
let g:ale_fixers = {
|
||||||
|
|
Loading…
Reference in a new issue