Delete init.vim

This commit is contained in:
Rawley Ivan Fowler 2021-11-25 02:41:08 +00:00
parent e6427a0dd2
commit 9a3214e232

View file

@ -1,16 +0,0 @@
"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