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
Hi!
I am using incline.nvim and i really like it so far !
I was wondering if it is possible to create rounded corners similar to my tmux status bar shown in the screenshot (top) and my lualine in neovim (bottom).
Appreciate any help !
The text was updated successfully, but these errors were encountered:
To achieve that behaviour, you can add the following characters ("" and "", Github doesn't render this) as prefix and suffix of the incline contents. This depend on having a font patched with Nerd font in order to work.
Adding ft_icon and { "", guifg = <filename color> }, at the bottom should do the trick if you want to round the right edge after the filename as well. Just use the same guifg as you do with your filename.
Hi!
I am using incline.nvim and i really like it so far !
I was wondering if it is possible to create rounded corners similar to my tmux status bar shown in the screenshot (top) and my lualine in neovim (bottom).
Appreciate any help !
The text was updated successfully, but these errors were encountered: