mirror of
https://github.com/sadan4/nvim.git
synced 2025-06-07 12:23:02 -04:00
fix tree keymap not being local
This commit is contained in:
parent
a713d9a7cf
commit
08c068f9a3
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ local function myOnAttach(bufnr)
|
|||
if node.nodes ~= nil then
|
||||
api.node.open.edit()
|
||||
end
|
||||
end)
|
||||
end, opts("Open folder"))
|
||||
end
|
||||
vim.keymap.set("n", "<A-t>", "<Cmd>NvimTreeFindFile<CR>")
|
||||
-- OR setup with some options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue