diff --git a/init.vim b/init.vim index 3ffffd5..6bd668b 100644 --- a/init.vim +++ b/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 " ######################################### " #########################################