Skip to content

Commit ea48631

Browse files
committed
Fix missing dependency for nvim-lsp-file-operations
1 parent c696699 commit ea48631

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

config/nvim/lua/plugins/navigation.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ local neo_tree_file_operations_spec = {
4343
-- https://github.com/antosha417/nvim-lsp-file-operations
4444
"antosha417/nvim-lsp-file-operations",
4545
config = true,
46-
dependencies = { "nvim-lua/plenary.nvim" },
46+
dependencies = { "nvim-lua/plenary.nvim", neo_tree_spec },
4747
}
4848

4949
-- telescope does fuzzy finding over all sorts of things.
@@ -70,7 +70,6 @@ local telescope_spec = {
7070
}
7171

7272
return {
73-
neo_tree_spec,
7473
neo_tree_file_operations_spec,
7574
telescope_spec,
7675
}

0 commit comments

Comments
 (0)