diff --git a/vimrc b/vimrc index 3d8cf8b..c2ffd63 100644 --- a/vimrc +++ b/vimrc @@ -9,22 +9,15 @@ let g:python_host_prog='/usr/bin/python' """ source -" vim-plug has to be on top -source config/plug.vim - " all other includes are in alphabetical order -source config/airline.vim -source config/ale.vim -source config/deoplete.vim source config/fzf.vim source config/indent.vim source config/language-client.vim source config/mucomplete.vim -source config/neosnippets.vim source config/nerdtree.vim source config/powerline.vim source config/rg.vim -source config/theme.vim +source config/theme.vim " this sets the colorscheme source config/vim-go.vim source config/vim-rooter.vim