We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c696699 commit ea48631Copy full SHA for ea48631
1 file changed
config/nvim/lua/plugins/navigation.lua
@@ -43,7 +43,7 @@ local neo_tree_file_operations_spec = {
43
-- https://github.com/antosha417/nvim-lsp-file-operations
44
"antosha417/nvim-lsp-file-operations",
45
config = true,
46
- dependencies = { "nvim-lua/plenary.nvim" },
+ dependencies = { "nvim-lua/plenary.nvim", neo_tree_spec },
47
}
48
49
-- telescope does fuzzy finding over all sorts of things.
@@ -70,7 +70,6 @@ local telescope_spec = {
70
71
72
return {
73
- neo_tree_spec,
74
neo_tree_file_operations_spec,
75
telescope_spec,
76
0 commit comments