This commit is contained in:
Nicole Tietz-Sokolskaya 2020-02-10 09:53:46 -05:00
parent ea3b926a11
commit ad950142b1
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
source $HOME/.config/nvim/plug/plug.vim
source $HOME/.config/nvim/plugs.vim
source $HOME/.config/nvim/colors.vim
syntax on
filetype plugin indent on
source $HOME/.config/nvim/colors.vim
" Open NERDTree using a nice shortcut
map <C-n> :NERDTreeToggle<CR>