add go support
This commit is contained in:
parent
09ae0a51e8
commit
e9d771410e
2 changed files with 6 additions and 2 deletions
4
lua/custom/plugins/golang.lua
Normal file
4
lua/custom/plugins/golang.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
"fatih/vim-go",
|
||||
ft = "go"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue