feat(nvim): add lsp-file-operations extra

This commit is contained in:
Sergio Laín 2023-12-24 16:39:06 +01:00
parent e66d8411cf
commit 1567e6f0eb
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 7 additions and 5 deletions

View file

@ -0,0 +1,7 @@
return {
"nvim-neo-tree/neo-tree.nvim",
dependencies = {
"antosha417/nvim-lsp-file-operations",
opts = {},
},
}

View file

@ -1,10 +1,5 @@
return {
"nvim-neo-tree/neo-tree.nvim",
optional = true,
dependencies = {
"luckasRanarison/neo-rename.nvim",
opts = {},
},
opts = {
close_if_last_window = true,
filesystem = {