From d11d8fdc2bf4f24529bc197459ca0b3e2f19fe47 Mon Sep 17 00:00:00 2001 From: "kujiu (@havelock.kujiu.org)" Date: Sun, 16 Sep 2018 19:06:24 +0200 Subject: [PATCH] Vim with transparent bg --- common/.vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/.vimrc b/common/.vimrc index c5ae4be..1545b0d 100644 --- a/common/.vimrc +++ b/common/.vimrc @@ -54,7 +54,7 @@ set showcmd " affiche la commande en cours set shiftwidth=4 " nombre de tabulation pour l'indentation set softtabstop=4 set tabstop=4 -set tabpagemax=30 +set tabpagemax=50 set showmatch " vérification présence ([ ou { a la frappe de )] ou } set guifont=monospace\ 11 " Police de caractère monospace filetype plugin indent on " détection automatique du type de fichier @@ -299,3 +299,4 @@ autocmd! WinEnter * :if !exists('w:parens_match_id') | let w:parens_match_id=mat filetype off filetype on syntax enable " activation de la coloration syntaxique +hi Normal guibg=NONE ctermbg=NONE