nixos/.vimrc
2020-12-16 08:49:19 +00:00

23 lines
297 B
VimL

packadd! onedark.vim
colorscheme slate
set laststatus=2
set number
syntax on
if &diff
syntax off
endif
filetype plugin indent on
set autoindent
set smartindent
noremap <C-J> <C-W><C-J>
noremap <C-K> <C-W><C-K>
noremap <C-L> <C-W><C-L>
noremap <C-H> <C-W><C-H>
set splitbelow
set splitright