diff options
Diffstat (limited to '.config/nvim')
-rwxr-xr-x | .config/nvim/init.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 66c1466..a7a1939 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -83,7 +83,9 @@ call plug#end() " Sensible defaults {{{ " Aesthetics & basics syntax on -colo friffle " The best colorscheme +colo elly +hi Normal guibg=NONE +hi CursorLineNr guibg=NONE set tgc " Use my terminal's colors set lz " Lazy redraw -> Quicker vim set t_Co=256 " 256 colors |