correction vimrc

This commit is contained in:
bastien 2023-05-23 11:13:18 +02:00
parent c278199ae6
commit e8ae12b5c2

View file

@ -28,13 +28,13 @@ set wildmenu
set cursorline
set hlsearch
set mouse=a
set termwinsize=10x150 " Permet de réguler la taille du terminal
set termwinsize=10x150
"Numérotation avec numbertoggle
set number relativenumber
"Theme vim
"colorscheme onedark "autre theme vim
"colorscheme onedark
colorscheme space-vim-dark
"Language vim
@ -69,8 +69,8 @@ nmap œ :PluginList<CR>
"Raccourci au lancement de vim
au VimEnter *.cpp :NERDTreeFocus " Lance au début l'arborescence / load tree at the beginning
au VimEnter *.cpp :bot term " Lance au début un terminal en bas / load terminal at the beginning
au VimEnter *.cpp :NERDTreeFocus
au VimEnter *.cpp :bot term
au VimEnter *.ino :NERDTreeFocus " Lance au début l'arborescence / load tree at the beginning
au VimEnter *.ino :bot term " Lance au début un terminal en bas / load terminal at the beginning
au VimEnter *.ino :NERDTreeFocus
au VimEnter *.ino :bot term