finally no red whitespace?i

This commit is contained in:
cnst
2024-07-15 16:58:43 +02:00
parent c378fa7c40
commit 7052dc1c10
25 changed files with 28 additions and 912 deletions

View File

@@ -17,5 +17,15 @@
];
command = "setlocal spell spelllang=en,se";
}
{
event = "TextYankPost";
desc = "Highlight when yanking (copying) text";
# group = "vim.api.nvim_create_augroup('kickstart-highlight-yank', { clear = true })";
callback = {
__raw = "function()
vim.highlight.on_yank()
end";
};
}
];
}