diff options
Diffstat (limited to 'lua/plugins/lang/go.lua')
-rw-r--r-- | lua/plugins/lang/go.lua | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lua/plugins/lang/go.lua b/lua/plugins/lang/go.lua index becddf8..2a20741 100644 --- a/lua/plugins/lang/go.lua +++ b/lua/plugins/lang/go.lua @@ -8,20 +8,6 @@ return { }, { - "nvim-treesitter/nvim-treesitter", - opts = function(_, opts) - if type(opts) == "table" then - opts.ensure_installed = opts.ensure_installed or {} - vim.list_extend(opts.ensure_installed, { - "go", - "gomod", - "gosum", - }) - end - end, - }, - - { "jose-elias-alvarez/null-ls.nvim", opts = function(_, opts) if type(opts) == "table" then |