Add test, projectionist plugins to vim
This commit is contained in:
@@ -85,6 +85,11 @@ if filereadable(expand("~/.config/nvim/ack"))
|
||||
source ~/.config/nvim/ack
|
||||
endif
|
||||
|
||||
" Test setup
|
||||
if filereadable(expand("~/.config/nvim/test"))
|
||||
source ~/.config/nvim/test
|
||||
endif
|
||||
|
||||
" Color setup
|
||||
if filereadable(expand("~/.config/nvim/colors"))
|
||||
source ~/.config/nvim/colors
|
||||
|
||||
Reference in New Issue
Block a user