I3 to Sway #1

Merged
dbroqua merged 112 commits from gentoo-sway into master 2021-10-21 21:40:49 +02:00
2 changed files with 5 additions and 0 deletions
Showing only changes of commit a703b614b8 - Show all commits

View File

@ -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

View File

@ -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 = {