How to change chdir #2809
Answered
by
alex-courtis
volga629-1
asked this question in
Q&A
-
I found Lua function But how to use it or apply in latest version ? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
alex-courtis
Jun 23, 2024
Replies: 1 comment
-
You'll need to add the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gegoune
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You'll need to add the
vim.keymap.set
to youron_attach
, to add it to nvim-tree mappings. See:help nvim-tree-mappings
.