Setup go with nvim
This commit is contained in:
@@ -56,6 +56,22 @@ local plugins = {
|
||||
end,
|
||||
},
|
||||
-- development
|
||||
|
||||
{
|
||||
"ray-x/go.nvim",
|
||||
dependencies = {
|
||||
"ray-x/guihua.lua",
|
||||
"neovim/nvim-lspconfig",
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
},
|
||||
config = function()
|
||||
require("taken.plugins.lazy.go")
|
||||
end,
|
||||
ft = { "go", "gomod" },
|
||||
build = function()
|
||||
require("go.install").update_all_sync()
|
||||
end,
|
||||
},
|
||||
{
|
||||
"github/copilot.vim",
|
||||
event = "VimEnter",
|
||||
|
||||
Reference in New Issue
Block a user