refactor(nvim): improve lazy loading for visual-whitespace
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 38s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 38s
This commit is contained in:
parent
6d2eb95039
commit
160be0e25e
@ -1,7 +1,7 @@
|
||||
return {
|
||||
{
|
||||
"mcauley-penney/visual-whitespace.nvim",
|
||||
event = "ModeChanged",
|
||||
event = "ModeChanged *:[vV]",
|
||||
opts = {
|
||||
highlight = { link = "visual-whitespace" },
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user