fix: typo in config reference

This commit is contained in:
NotAShelf 2023-04-02 21:55:23 +03:00
parent 68e65c63e3
commit cecf30652e
No known key found for this signature in database
GPG Key ID: F0D14CCB5ED5AA22
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ in {
background = ${boolToString ftcfg.color.highlightBackground}, -- highlight the background
foreground = ${boolToString ftcfg.color.highlightForeground}, -- highlight the foreground
virtual_text = ${boolToString ftcfg.color.virtualText.enable}, -- show the highlight using virtual text
virtual_text_str = ${ctcfg.color.virtualText.character} -- the virtual text character to highlight
virtual_text_str = ${ftcfg.color.virtualText.character} -- the virtual text character to highlight
},
capabilities = capabilities,