Skip to content

Commit

Permalink
fix(plugins): fix lazy spec for nvim-lsp-file-operations
Browse files Browse the repository at this point in the history
Fixes #161
  • Loading branch information
ecosse3 committed Sep 9, 2023
1 parent 1c60f0f commit 60ee27d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/config/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ return {
{
"antosha417/nvim-lsp-file-operations",
event = "LspAttach",
requires = {
dependencies = {
{ "nvim-lua/plenary.nvim" },
{ "kyazdani42/nvim-tree.lua" },
{ "nvim-tree/nvim-tree.lua" },
},
config = function()
require("lsp-file-operations").setup()
Expand Down

0 comments on commit 60ee27d

Please sign in to comment.