You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, how can I include custom characters like <> in lua/neovim?
From the documentation it seems I can use "mps", but having a hard time getting it working in my config.
I also just tried running :set mps+=<:> in my current session and it didn't seem to work either.
Thanks for any help
Edit: Ah tried a bunch of stuff and got it working. Incase it helps anyone else, you can use
vim.opt.mps:append("<:>")
Beta Was this translation helpful? Give feedback.
All reactions