mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-26 15:06:45 +00:00
fix: typo in config reference
This commit is contained in:
parent
68e65c63e3
commit
cecf30652e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue