We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe6cde commit dd80e39Copy full SHA for dd80e39
lua/custom/plugins/init.lua
@@ -5,21 +5,6 @@
5
-- Bootstrap lazy.nvim
6
return {
7
{
8
- -- If you want neo-tree's file operations to work with LSP (updating imports, etc.), you can use a plugin like
9
- -- https://github.com/antosha417/nvim-lsp-file-operations:
10
- -- {
11
- -- "antosha417/nvim-lsp-file-operations",
12
- -- dependencies = {
13
- -- "nvim-lua/plenary.nvim",
14
- -- "nvim-neo-tree/neo-tree.nvim",
15
- -- },
16
- -- config = function()
17
- -- require("lsp-file-operations").setup()
18
- -- end,
19
20
-
21
- -- Add this in the plugins table
22
23
24
'ray-x/go.nvim',
25
dependencies = {
0 commit comments