Add golang support to vim
This commit is contained in:
5
vimrc
5
vimrc
@ -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
|
||||
|
Reference in New Issue
Block a user