This commit is contained in:
2025-08-04 03:04:29 +02:00
parent 9c41628613
commit 9800f5d265
7 changed files with 58 additions and 8 deletions

5
lua/keymaps/neotree.lua Normal file
View File

@@ -0,0 +1,5 @@
local wk = require 'kickstart.plugins.which-key'
wk.register {
{ '<leader>e', '<cmd>Neotree toggle reveal<cr>', desc = 'Fichiers...', mode = 'n' },
}