Fix rainbow delimiters definition.

This commit is contained in:
juanmagalhaes 2024-06-27 15:45:24 -03:00
parent 9177beefdf
commit 8d5ab0dd09
2 changed files with 4 additions and 2 deletions

View File

@ -94,7 +94,9 @@ local plugins = {
},
--]]
'rainbow-delimiters.nvim',
{
'HiPhish/rainbow-delimiters.nvim',
},
{
-- Set lualine as statusline

View File

@ -11,7 +11,7 @@ require('nvim-treesitter.configs').setup {
auto_install = false,
highlight = { enable = true },
-- indent = { enable = true },
indent = { enable = true },
incremental_selection = {
enable = true,
keymaps = {