From 9575cdf0b6ee3661394771e7f3b4472c810d81de Mon Sep 17 00:00:00 2001 From: Cheick Diarra Date: Fri, 28 Jun 2024 10:37:48 +0200 Subject: [PATCH] make neotree locate current buffer --- lua/config/keymaps.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/config/keymaps.lua b/lua/config/keymaps.lua index 2c134f7..04c4170 100644 --- a/lua/config/keymaps.lua +++ b/lua/config/keymaps.lua @@ -1,3 +1,4 @@ -- Keymaps are automatically loaded on the VeryLazy event -- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua -- Add any additional keymaps here +vim.keymap.set("n", "fe", ":Neotree filesystem reveal ", { desc = "Explorer Neotree (current buffer)" })