How to append custom characters in builtin component #1369
Nias26
started this conversation in
Configuration
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, i wanto to append some characters to customize the builtin branch component, but I have no idea on how to do it. Neither the wiki or online pages tell about this.
I've tried something like this:
Expected result:
;
(master)
;Got:
I've tried to make my own component, but neovim lags a lot using
vim.fn.system()
andio.popen()
Is it possible to do something like this?
Beta Was this translation helpful? Give feedback.
All reactions