vimrc/ginit.vim

16 lines
409 B
VimL
Raw Normal View History

" to allow specific fonts for specific OSes
2018-03-23 12:47:18 +00:00
source ~/.config/nvim/glocal.vim
set lines=65
set columns=120
set background=dark
2015-10-14 01:35:19 +00:00
"" enable antialiasing for environments supporting it
set anti
2015-04-01 21:20:05 +00:00
set guioptions-=r
set guioptions-=b
set guioptions-=T
set guioptions-=m
2017-06-13 14:50:39 +00:00
" set this here for graphical sessions since setting bg dark seems to reset,
" also set in vimrc for graphical sessions
hi CursorLine guibg=Grey10