fix: keybindings not being set
This commit is contained in:
@@ -111,7 +111,7 @@ function M.setup()
|
|||||||
a.nvim_buf_set_option(M.View.bufnr, k, v)
|
a.nvim_buf_set_option(M.View.bufnr, k, v)
|
||||||
end
|
end
|
||||||
|
|
||||||
if not vim.g.nvim_tree_disable_keybindings then
|
if vim.g.nvim_tree_disable_keybindings ~= 1 then
|
||||||
M.View.bindings = vim.tbl_extend(
|
M.View.bindings = vim.tbl_extend(
|
||||||
'force',
|
'force',
|
||||||
M.View.bindings,
|
M.View.bindings,
|
||||||
|
|||||||
Reference in New Issue
Block a user