mirror of https://github.com/LazyVim/starter
13 lines
209 B
Lua
13 lines
209 B
Lua
|
return {
|
||
|
{
|
||
|
{
|
||
|
"antosha417/nvim-lsp-file-operations",
|
||
|
event = "LspAttach",
|
||
|
dependencies = {
|
||
|
"nvim-lua/plenary.nvim",
|
||
|
"nvim-neo-tree/neo-tree.nvim",
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
}
|