starter/lua/plugins/files/lsp.lua

13 lines
209 B
Lua
Raw Normal View History

2024-07-04 15:22:44 +08:00
return {
{
{
"antosha417/nvim-lsp-file-operations",
event = "LspAttach",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-neo-tree/neo-tree.nvim",
},
},
},
}