feat: golang

This commit is contained in:
RahatMelsov 2025-07-26 21:00:43 +05:00
parent afe6cded22
commit dd80e39dff
1 changed files with 0 additions and 15 deletions

View File

@ -5,21 +5,6 @@
-- Bootstrap lazy.nvim -- Bootstrap lazy.nvim
return { 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', 'ray-x/go.nvim',
dependencies = { dependencies = {