up
This commit is contained in:
2
lua/custom/keymaps/init.lua
Normal file
2
lua/custom/keymaps/init.lua
Normal file
@@ -0,0 +1,2 @@
|
||||
-- load which-key mappings
|
||||
require 'custom.keymaps.neotree'
|
||||
7
lua/custom/keymaps/neotree.lua
Normal file
7
lua/custom/keymaps/neotree.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
local wk = require 'which-key'
|
||||
local neotree = require 'custom.plugins.neotree'
|
||||
|
||||
wk.add({
|
||||
{ "<leader>f", group = "file" }, -- group
|
||||
{ '<leader>fe', neotree.smart_open(), desc = 'Fichiers...', mode = 'n' },
|
||||
})
|
||||
Reference in New Issue
Block a user