kickstart.nvim/lua/custom/plugins/golang.lua
2023-08-24 19:03:23 -04:00

4 lines
39 B
Lua

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