Fix minimap color
This commit is contained in:
parent
1e64433fbb
commit
9e96af2375
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ set foldcolumn=0 " colonne de replis(fold colding)
|
|||
let g:notes_directories=['~/ドキュメント/vim-notes']
|
||||
let python_highlight_all=1
|
||||
let g:languagetool_jar="/usr/lib/python3.?/site-packages/language_check/LanguageTool-2.2/languagetool-commandline.jar"
|
||||
let g:minimap_highlight="Include"
|
||||
let g:minimap_highlight="Cursor"
|
||||
|
||||
""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
"Repositionner le curseur a l'emplacement de la dernière édition
|
||||
|
|
Loading…
Reference in a new issue