-
Is this plugin only configurable via Lua? I'm using vimscript to configure neovim so I was wondering if this is doable using vimscript as well? |
Beta Was this translation helpful? Give feedback.
Answered by
jakubgs
Aug 12, 2024
Replies: 1 comment
-
To answer my own question, you can load lua files in vimscript files using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chrisgrieser
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To answer my own question, you can load lua files in vimscript files using
luafile
directive.