From dd80e39dffed1e59d19e7f092235465de26d6e5b Mon Sep 17 00:00:00 2001 From: RahatMelsov Date: Sat, 26 Jul 2025 21:00:43 +0500 Subject: [PATCH] feat: golang --- lua/custom/plugins/init.lua | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index 6098199e..375bef48 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -5,21 +5,6 @@ -- Bootstrap lazy.nvim return { { - -- If you want neo-tree's file operations to work with LSP (updating imports, etc.), you can use a plugin like - -- https://github.com/antosha417/nvim-lsp-file-operations: - -- { - -- "antosha417/nvim-lsp-file-operations", - -- dependencies = { - -- "nvim-lua/plenary.nvim", - -- "nvim-neo-tree/neo-tree.nvim", - -- }, - -- config = function() - -- require("lsp-file-operations").setup() - -- end, - -- }, - - -- Add this in the plugins table - { 'ray-x/go.nvim', dependencies = {