diff --git a/init.vim b/init.vim new file mode 100644 index 0000000..483b207 --- /dev/null +++ b/init.vim @@ -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 :NERDTreeToggle +nmap :NERDTree-CD