updates for neo-tree and naming files
This commit is contained in:
@@ -31,6 +31,10 @@ return {
|
|||||||
mappings = {
|
mappings = {
|
||||||
["\\"] = "close_window",
|
["\\"] = "close_window",
|
||||||
["/"] = "fuzzy_finder",
|
["/"] = "fuzzy_finder",
|
||||||
|
["P"] = function(state)
|
||||||
|
local node = state.tree:get_node()
|
||||||
|
require("neo-tree.ui.renderer").focus_node(state, node:get_parent_id())
|
||||||
|
end,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
10
lua/shelbybark/plugins/snacks.lua
Normal file
10
lua/shelbybark/plugins/snacks.lua
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
return {
|
||||||
|
"folke/snacks.nvim",
|
||||||
|
priority = 1000,
|
||||||
|
lazy = false,
|
||||||
|
opts = {
|
||||||
|
input = {
|
||||||
|
enabled = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user