Removed go plugins

This commit is contained in:
2023-09-25 13:13:16 +02:00
parent 4edb2ac186
commit 6916f46058
2 changed files with 0 additions and 19 deletions

View File

@@ -1,18 +0,0 @@
return {
"ray-x/go.nvim",
dependencies = {
"ray-x/guihua.lua",
"neovim/nvim-lspconfig",
"nvim-treesitter/nvim-treesitter",
},
ft = { "go", "gomod" },
build = function()
require("go.install").update_all_sync()
end,
config = function()
local lspconfig = require("lspconfig")
local cfg = require("go.lsp").config()
lspconfig["gopls"].setup(cfg)
end,
}

View File

@@ -21,7 +21,6 @@ return {
"cssls", "cssls",
"lua_ls", "lua_ls",
"pyright", "pyright",
"gopls",
"powershell_es", "powershell_es",
}, },
automatic_installation = true, automatic_installation = true,