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 cursorline " Color the cursor line
|
||||
set modeline " Support modelines
|
||||
set termguicolors
|
||||
|
||||
" Do not keep history when opening files on autofs mounted directories
|
||||
set shada+=r/home/igor/net
|
||||
|
@ -253,9 +254,9 @@ autocmd! User GoyoLeave Limelight!
|
|||
" #########################################
|
||||
" Syntax coloration and color theme
|
||||
syntax enable
|
||||
set background=light
|
||||
let g:edge_style = "light"
|
||||
colorscheme edge
|
||||
set background=dark
|
||||
" let g:edge_style = "light"
|
||||
colorscheme nord
|
||||
|
||||
" #########################################
|
||||
" #########################################
|
||||
|
|
Loading…
Reference in New Issue