1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim: editor: add color highlights in document

This commit is contained in:
Henrik Hautakoski 2024-09-08 08:25:45 +02:00
parent 7d3ff3c0c6
commit 313dcd0720

View file

@ -1,5 +1,15 @@
return {
{ import = "user.plugins.editor.treesitter" },
-- color highlight in documents
{
'brenoprata10/nvim-highlight-colors',
opts = {
render = 'virtual',
virtual_symbol_position = 'eol',
virtual_symbol_prefix = '',
virtual_symbol_suffix = '',
}
},
"echasnovski/mini.bufremove",
{
"windwp/nvim-autopairs",