nixos/.vimrc

25 lines
316 B
VimL
Raw Normal View History

packadd! onedark.vim
set laststatus=2
2020-12-15 21:01:32 +00:00
set number
syntax on
if &diff
syntax off
endif
set expandtab
set autoindent
set smartindent
set tabstop=4
set softtabstop=4
set shiftwidth=4
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