delete old stuff

This commit is contained in:
2025-05-06 23:37:19 +02:00
parent cc39bf4e49
commit 1d0b4786d1
17 changed files with 0 additions and 659 deletions

View File

@ -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,
},
},
}),
},
}