-
How to change configuration to open multiple files in neovim tabs and NOT in buffers? |
Beta Was this translation helpful? Give feedback.
Answered by
VANADAIN
Oct 15, 2023
Replies: 1 comment
-
Neverming, I found a solution: text = [ in your config |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
VANADAIN
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Neverming, I found a solution:
text = [
{ exec = '$EDITOR -p "$@"', block = true },
]
in your config