fix: remove plugin whitespace
This commit is contained in:
parent
e303faba2f
commit
b2c460a96e
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue