dotfiles/init.vim
2021-10-27 21:52:47 -06:00

18 lines
314 B
VimL

"Plug"
source $HOME/.config/nvim/vim-plug/plugins.vim
colorscheme dracula
"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