adding notes
This commit is contained in:
11
lua/cargdev/plugins/fileOperations.lua
Normal file
11
lua/cargdev/plugins/fileOperations.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
"antosha417/nvim-lsp-file-operations",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-tree/nvim-tree.lua", -- or "nvim-neo-tree/neo-tree.nvim"
|
||||
},
|
||||
config = function()
|
||||
require("lsp-file-operations").setup()
|
||||
end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user