make neotree locate current buffer

This commit is contained in:
Cheick Diarra 2024-06-28 10:37:48 +02:00
parent 1ccc8cc552
commit 9575cdf0b6

View file

@ -1,3 +1,4 @@
-- Keymaps are automatically loaded on the VeryLazy event -- 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 -- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua
-- Add any additional keymaps here -- Add any additional keymaps here
vim.keymap.set("n", "<leader>fe", ":Neotree filesystem reveal <CR>", { desc = "Explorer Neotree (current buffer)" })