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 {
|
return {
|
||||||
{
|
{
|
||||||
"mcauley-penney/visual-whitespace.nvim",
|
"mcauley-penney/visual-whitespace.nvim",
|
||||||
event = "ModeChanged",
|
event = "ModeChanged *:[vV]",
|
||||||
opts = {
|
opts = {
|
||||||
highlight = { link = "visual-whitespace" },
|
highlight = { link = "visual-whitespace" },
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user