Skip to content

Commit 7616ec6

Browse files
committed
fix: 🚑️ restore visual whitespaces
1 parent 01308e1 commit 7616ec6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • nvim/lua/assafdori/plugins

nvim/lua/assafdori/plugins/ui.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,10 @@ return {
9797
vim.api.nvim_set_hl(0, "@property", { fg = "#88afa2" })
9898
end,
9999
},
100+
{
101+
"mcauley-penney/visual-whitespace.nvim",
102+
config = true,
103+
event = "ModeChanged *:[vV\22]", -- optionally, lazy load on entering visual mode
104+
opts = {},
105+
},
100106
}

0 commit comments

Comments
 (0)