parent
f6c7eb87f2
commit
1cddbe754e
7
init.vim
7
init.vim
|
@ -73,6 +73,7 @@ autocmd FileType gitcommit set colorcolumn+=51 " Ad
|
||||||
set number " Line numbering
|
set number " Line numbering
|
||||||
set cursorline " Color the cursor line
|
set cursorline " Color the cursor line
|
||||||
set modeline " Support modelines
|
set modeline " Support modelines
|
||||||
|
set termguicolors
|
||||||
|
|
||||||
" Do not keep history when opening files on autofs mounted directories
|
" Do not keep history when opening files on autofs mounted directories
|
||||||
set shada+=r/home/igor/net
|
set shada+=r/home/igor/net
|
||||||
|
@ -253,9 +254,9 @@ autocmd! User GoyoLeave Limelight!
|
||||||
" #########################################
|
" #########################################
|
||||||
" Syntax coloration and color theme
|
" Syntax coloration and color theme
|
||||||
syntax enable
|
syntax enable
|
||||||
set background=light
|
set background=dark
|
||||||
let g:edge_style = "light"
|
" let g:edge_style = "light"
|
||||||
colorscheme edge
|
colorscheme nord
|
||||||
|
|
||||||
" #########################################
|
" #########################################
|
||||||
" #########################################
|
" #########################################
|
||||||
|
|
Loading…
Reference in New Issue