dotfiles/.vim/vimrc

16 lines
291 B
VimL

source $VIMRUNTIME/defaults.vim
command OConf edit $MYVIMRC
set termguicolors
set background=dark
" https://github.com/gruvbox-community/gruvbox
colorscheme gruvbox
set scrolloff=3
set hlsearch
set linebreak
set laststatus=2
set statusline=%<%f\ \ %m%r%w%y%q%=%l,%c%V\ \ \ \ \ \ \ \ %P