mirror of
https://github.com/pnx/dotfiles
synced 2026-06-17 11:30:02 +02:00
nvim: editor: add color highlights in document
This commit is contained in:
parent
7d3ff3c0c6
commit
313dcd0720
1 changed files with 10 additions and 0 deletions
|
|
@ -1,5 +1,15 @@
|
||||||
return {
|
return {
|
||||||
{ import = "user.plugins.editor.treesitter" },
|
{ 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",
|
"echasnovski/mini.bufremove",
|
||||||
{
|
{
|
||||||
"windwp/nvim-autopairs",
|
"windwp/nvim-autopairs",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue