Reorganize some files, add color for ls
This commit is contained in:
12
vim/vimrc
12
vim/vimrc
@@ -68,19 +68,19 @@ endfunction
|
||||
|
||||
" Plugins
|
||||
call plug#begin('~/.vim/plugged')
|
||||
if filereadable(expand("~/.vimrc.plugins"))
|
||||
source ~/.vimrc.plugins
|
||||
if filereadable(expand("~/.config/nvim/plugins"))
|
||||
source ~/.config/nvim/plugins
|
||||
endif
|
||||
call plug#end()
|
||||
|
||||
" Lightline setup
|
||||
if filereadable(expand("~/.vimrc.lightline"))
|
||||
source ~/.vimrc.lightline
|
||||
if filereadable(expand("~/.config/nvim/lightline"))
|
||||
source ~/.config/nvim/lightline
|
||||
endif
|
||||
|
||||
" Color setup
|
||||
if filereadable(expand("~/.vimrc.colors"))
|
||||
source ~/.vimrc.colors
|
||||
if filereadable(expand("~/.config/nvim/colors"))
|
||||
source ~/.config/nvim/colors
|
||||
endif
|
||||
|
||||
" Set secure AFTER any other rc importing
|
||||
|
Reference in New Issue
Block a user