I3 to Sway #1
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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! <F2> :call GlobalTrimWhiteSpace()<CR>
|
|||
|
||||
|
||||
" -- Plugins configurations
|
||||
" Grammalecte
|
||||
:let g:grammalecte_cli_py='$HOME/.Grammalecte/grammalecte-cli.py'
|
||||
|
||||
" ale
|
||||
let b:ale_linters = ['eslint']
|
||||
let g:ale_fixers = {
|
||||
|
|
Loading…
Reference in a new issue