Add monochrome theme for vim
This commit is contained in:
parent
ab2c7b69d3
commit
aebc0a22f6
2 changed files with 6 additions and 2 deletions
|
@ -227,7 +227,8 @@ set ignorecase " ignore la casse lors des recherches
|
||||||
"
|
"
|
||||||
hi clear SpellBad
|
hi clear SpellBad
|
||||||
|
|
||||||
colorscheme lucius
|
"colorscheme lucius
|
||||||
|
colorscheme monochrome
|
||||||
|
|
||||||
""""""" Supprime les espaces en fin de ligne avec la touche t
|
""""""" Supprime les espaces en fin de ligne avec la touche t
|
||||||
map <silent> <F6> :1;$ s/[\r \t]\+$//<Return>
|
map <silent> <F6> :1;$ s/[\r \t]\+$//<Return>
|
||||||
|
@ -256,4 +257,3 @@ autocmd! WinEnter * :if !exists('w:parens_match_id') | let w:parens_match_id=mat
|
||||||
filetype off
|
filetype off
|
||||||
filetype on
|
filetype on
|
||||||
syntax enable " activation de la coloration syntaxique
|
syntax enable " activation de la coloration syntaxique
|
||||||
hi Normal ctermbg=black
|
|
||||||
|
|
|
@ -184,3 +184,7 @@ git clone https://github.com/severin-lemaignan/vim-minimap.git ~/.vim/pack/shape
|
||||||
# Install vim pencil
|
# Install vim pencil
|
||||||
rm -rf ~/.vim/pack/shapeshed/start/vim-pencil
|
rm -rf ~/.vim/pack/shapeshed/start/vim-pencil
|
||||||
git clone https://github.com/reedes/vim-pencil ~/.vim/pack/shapeshed/start/vim-pencil
|
git clone https://github.com/reedes/vim-pencil ~/.vim/pack/shapeshed/start/vim-pencil
|
||||||
|
|
||||||
|
# Install monochrome theme for vim
|
||||||
|
rm -rf ~/.vim/pack/shapeshed/start/vim-monochrome
|
||||||
|
git clone https://github.com/fxn/vim-monochrome.git ~/.vim/pack/shapeshed/start/vim-monochrome
|
||||||
|
|
Loading…
Reference in a new issue