Remove unused configs from vimrc

rita
blallo 2021-06-15 16:41:41 +02:00
parent 68ce86d1ed
commit 480c29d0ef
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
1 changed files with 1 additions and 8 deletions

9
vimrc
View File

@ -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