delete old stuff
This commit is contained in:
@ -1,15 +0,0 @@
|
||||
return {
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
opts = {
|
||||
require("neo-tree").setup({
|
||||
window = {
|
||||
mappings = {
|
||||
["P"] = function(state)
|
||||
local node = state.tree:get_node()
|
||||
require("neo-tree.ui.renderer").focus_node(state, node:get_parent_id())
|
||||
end,
|
||||
},
|
||||
},
|
||||
}),
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user