Reorder
This commit is contained in:
parent
ea3b926a11
commit
ad950142b1
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
source $HOME/.config/nvim/plug/plug.vim
|
source $HOME/.config/nvim/plug/plug.vim
|
||||||
source $HOME/.config/nvim/plugs.vim
|
source $HOME/.config/nvim/plugs.vim
|
||||||
source $HOME/.config/nvim/colors.vim
|
|
||||||
|
|
||||||
syntax on
|
syntax on
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
||||||
|
source $HOME/.config/nvim/colors.vim
|
||||||
|
|
||||||
" Open NERDTree using a nice shortcut
|
" Open NERDTree using a nice shortcut
|
||||||
map <C-n> :NERDTreeToggle<CR>
|
map <C-n> :NERDTreeToggle<CR>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue