Add files via upload
This commit is contained in:
parent
701247d38d
commit
6de4b38159
1 changed files with 17 additions and 0 deletions
17
init.vim
Normal file
17
init.vim
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
"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
|
Loading…
Reference in a new issue