Ajout variables grammalecte et doge
This commit is contained in:
parent
0df516b9eb
commit
9225c6f7f5
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
@ -5,7 +5,11 @@
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
||||||
let mapleader=' '
|
let mapleader=' '
|
||||||
|
|
||||||
|
" paramètres de plugins
|
||||||
let g:rainbow_active = 1
|
let g:rainbow_active = 1
|
||||||
|
let g:doge_doc_standard_c='kernel_doc'
|
||||||
|
let g:grammalecte_cli_py='$HOME/.local/bin/grammalecte/grammalecte-cli.py'
|
||||||
|
|
||||||
colorscheme codedark
|
colorscheme codedark
|
||||||
syntax on
|
syntax on
|
||||||
|
|
Reference in a new issue