Delete init.vim
This commit is contained in:
parent
e6427a0dd2
commit
9a3214e232
1 changed files with 0 additions and 16 deletions
16
init.vim
16
init.vim
|
@ -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
|
|
Loading…
Reference in a new issue