fix filetree which-key notification

This commit is contained in:
Thomas Ruoff
2023-03-14 23:02:54 +01:00
parent eb70207586
commit 7269675db5

View File

@@ -9,12 +9,17 @@ return {
'MunifTanjim/nui.nvim', 'MunifTanjim/nui.nvim',
}, },
opts = { opts = {
window = {
mappings = {
['<space>'] = 'none',
},
},
filesystem = { filesystem = {
bind_to_cwd = false, bind_to_cwd = false,
follow_current_file = true, follow_current_file = true,
}, },
}, },
keys = { keys = {
{ '<leader>e', '<cmd>Neotree toggle<cr>', desc = 'NeoTree' }, { '<leader>e', '<cmd>Neotree toggle<cr>', desc = 'FileTree' },
}, },
} }