-
Notifications
You must be signed in to change notification settings - Fork 469
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup: escape results of vim_var components
- Loading branch information
1 parent
c6d7485
commit 7888057
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7888057
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this broke my status line because I am using highlights
https://github.com/figsoda/dotfiles/blob/aceff1fb74d80eaae56f35bde9ce6d5997388b9a/lib/nvim/plugins.lua#L155
7888057
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can use a function component instead with something like this
Or use the diff component with gitsigns as source
https://github.com/nvim-lualine/lualine.nvim/wiki/Component-snippets#using-external-source-for-diff
7888057
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! it worked