Skip to content

Commit 8d5ab0d

Browse files
committed
Fix rainbow delimiters definition.
1 parent 9177bee commit 8d5ab0d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

lua/core/plugins/init.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ local plugins = {
9494
},
9595
--]]
9696

97-
'rainbow-delimiters.nvim',
97+
{
98+
'HiPhish/rainbow-delimiters.nvim',
99+
},
98100

99101
{
100102
-- Set lualine as statusline

lua/core/setup/syntax-highlight.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require('nvim-treesitter.configs').setup {
1111
auto_install = false,
1212

1313
highlight = { enable = true },
14-
-- indent = { enable = true },
14+
indent = { enable = true },
1515
incremental_selection = {
1616
enable = true,
1717
keymaps = {

0 commit comments

Comments
 (0)