dotfiles/init.vim
Rawley Ivan Fowler 03c2f2d8aa Update init.vim
2021-11-22 18:48:07 +00:00

17 lines
294 B
VimL

"Plug"
source $HOME/.config/nvim/vim-plug/plugins.vim
"Sets"
set background=dark
set backupdir=~/.private/vimtmp/
set directory=~/.private/vimtmp/
set number
set noerrorbells
set smartcase
set nowrap
set tabstop=2
set ls=2
set ai
"Mappings"
nmap <F3> :NERDTreeToggle<CR>
nmap <F2> :NERDTree-CD