kickstart.nvim/lua/custom/plugins/golang.lua

5 lines
39 B
Lua

return {
"fatih/vim-go",
ft = "go"
}