Add golang support to vim

This commit is contained in:
2021-06-22 11:27:27 -05:00
parent 248224a8d9
commit 18a0b30bb3
5 changed files with 66 additions and 6 deletions

5
vimrc
View File

@ -95,6 +95,11 @@ if filereadable(expand("~/.config/nvim/test"))
source ~/.config/nvim/test
endif
" Golang setup
if filereadable(expand("~/.config/nvim/golang"))
source ~/.config/nvim/golang
endif
" Color setup
if filereadable(expand("~/.config/nvim/colors"))
source ~/.config/nvim/colors