✨ feat(nvim): add lsp-file-operations extra
This commit is contained in:
parent
e66d8411cf
commit
1567e6f0eb
2 changed files with 7 additions and 5 deletions
7
.config/nvim/lua/plugins/extras/lsp/file-operations.lua
Normal file
7
.config/nvim/lua/plugins/extras/lsp/file-operations.lua
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
return {
|
||||||
|
"nvim-neo-tree/neo-tree.nvim",
|
||||||
|
dependencies = {
|
||||||
|
"antosha417/nvim-lsp-file-operations",
|
||||||
|
opts = {},
|
||||||
|
},
|
||||||
|
}
|
|
@ -1,10 +1,5 @@
|
||||||
return {
|
return {
|
||||||
"nvim-neo-tree/neo-tree.nvim",
|
"nvim-neo-tree/neo-tree.nvim",
|
||||||
optional = true,
|
|
||||||
dependencies = {
|
|
||||||
"luckasRanarison/neo-rename.nvim",
|
|
||||||
opts = {},
|
|
||||||
},
|
|
||||||
opts = {
|
opts = {
|
||||||
close_if_last_window = true,
|
close_if_last_window = true,
|
||||||
filesystem = {
|
filesystem = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue