fix: remove plugin whitespace

This commit is contained in:
Sven Vogel 2024-11-24 16:53:15 +01:00
parent e303faba2f
commit b2c460a96e
1 changed files with 0 additions and 28 deletions

View File

@ -1,28 +0,0 @@
--
-- Reveal whitespace characters in visual mode, similar to VSCode.
--
-- Source: https://github.com/mcauley-penney/visual-whitespace.nvim
-- ..............................................
--
-- Author: Sven Vogel
-- Created: 20.11.2024
-- Edited: 20.11.2024
--
-- ==============================================
return {
{
'mcauley-penney/visual-whitespace.nvim',
config = true,
opts = {
highlight = {
link = "Visual"
},
excluded = {
filetypes = {
"neo-tree"
}
}
}
}
}