Compare commits
2 Commits
b269db00c0
...
89b00f62be
Author | SHA1 | Date | |
---|---|---|---|
|
89b00f62be | ||
|
3ec09fa157 |
10
lua/plugins/nvim-ts-rainbow.lua
Normal file
10
lua/plugins/nvim-ts-rainbow.lua
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
require'nvim-treesitter.configs'.setup {
|
||||||
|
rainbow = {
|
||||||
|
enable = true,
|
||||||
|
extended_mode = true, -- Also highlight non-bracket delimiters like html tags, boolean or table: lang -> boolean
|
||||||
|
max_file_lines = nil, -- Do not enable for files with more than n lines, int
|
||||||
|
-- colors = {}, -- table of hex strings
|
||||||
|
-- termcolors = {} -- table of colour name strings
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user