mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 01:25:03 +02:00
fix nvimtree bug
This commit is contained in:
parent
0cecc1669d
commit
2a2eefe9e0
1 changed files with 5 additions and 1 deletions
|
@ -60,8 +60,12 @@ vim.api.nvim_set_keymap('n', '<Leader>h', ':let @/=""<CR>',
|
|||
|
||||
-- explorer
|
||||
|
||||
-- TODO this introduces some bugs unfortunately
|
||||
-- vim.api.nvim_set_keymap('n', '<Leader>e',
|
||||
-- ":lua require'lv-nvimtree'.toggle_tree()<CR>",
|
||||
-- {noremap = true, silent = true})
|
||||
vim.api.nvim_set_keymap('n', '<Leader>e',
|
||||
":lua require'lv-nvimtree'.toggle_tree()<CR>",
|
||||
":NvimTreeToggle<CR>",
|
||||
{noremap = true, silent = true})
|
||||
|
||||
-- telescope
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue