This commit is contained in:
Nicole Tietz-Sokolskaya 2020-02-10 09:53:46 -05:00
parent ea3b926a11
commit ad950142b1

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>