Skip to content

Commit

Permalink
chore(nvim): remove redundant plugin for lsp renames
Browse files Browse the repository at this point in the history
  • Loading branch information
miszo committed Oct 22, 2024
1 parent 7537050 commit 563767f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions home/dot_config/exact_nvim/exact_lua/exact_plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,4 @@ return {
},
},
},
-- 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,
},
}

0 comments on commit 563767f

Please sign in to comment.