mirror of
https://github.com/tomru/vim.git
synced 2026-03-03 14:37:20 +01:00
fix filetree which-key notification
This commit is contained in:
@@ -9,12 +9,17 @@ return {
|
||||
'MunifTanjim/nui.nvim',
|
||||
},
|
||||
opts = {
|
||||
window = {
|
||||
mappings = {
|
||||
['<space>'] = 'none',
|
||||
},
|
||||
},
|
||||
filesystem = {
|
||||
bind_to_cwd = false,
|
||||
follow_current_file = true,
|
||||
},
|
||||
},
|
||||
keys = {
|
||||
{ '<leader>e', '<cmd>Neotree toggle<cr>', desc = 'NeoTree' },
|
||||
{ '<leader>e', '<cmd>Neotree toggle<cr>', desc = 'FileTree' },
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user