Vim with transparent bg
This commit is contained in:
parent
cc3f4a24e5
commit
d11d8fdc2b
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,7 @@ set showcmd " affiche la commande en cours
|
||||||
set shiftwidth=4 " nombre de tabulation pour l'indentation
|
set shiftwidth=4 " nombre de tabulation pour l'indentation
|
||||||
set softtabstop=4
|
set softtabstop=4
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set tabpagemax=30
|
set tabpagemax=50
|
||||||
set showmatch " vérification présence ([ ou { a la frappe de )] ou }
|
set showmatch " vérification présence ([ ou { a la frappe de )] ou }
|
||||||
set guifont=monospace\ 11 " Police de caractère monospace
|
set guifont=monospace\ 11 " Police de caractère monospace
|
||||||
filetype plugin indent on " détection automatique du type de fichier
|
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 off
|
||||||
filetype on
|
filetype on
|
||||||
syntax enable " activation de la coloration syntaxique
|
syntax enable " activation de la coloration syntaxique
|
||||||
|
hi Normal guibg=NONE ctermbg=NONE
|
||||||
|
|
Loading…
Reference in a new issue