From e8ae12b5c20ca65ffe08751c13fd785302fc08d0 Mon Sep 17 00:00:00 2001 From: bastien Date: Tue, 23 May 2023 11:13:18 +0200 Subject: [PATCH] correction vimrc --- vimrc-conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/vimrc-conf b/vimrc-conf index 19b41fa..694c4c0 100644 --- a/vimrc-conf +++ b/vimrc-conf @@ -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 "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