feat(neotree): reveal file on open

This commit is contained in:
2024-08-21 10:20:26 +02:00
parent bbcd67572c
commit 8892bcd443

View File

@@ -4,6 +4,9 @@ return {
---@type AstroCoreOpts
opts = {
mappings = {
n = {
["<Leader>e"] = { "<Cmd>Neotree toggle reveal reveal_force_cwd<CR>", desc = "Toggle Explorer" },
},
t = {
["<Esc>"] = [[<C-\><C-n>]],
["<A-h>"] = [[<C-\><C-N><C-w>h]],