We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9177bee commit 8d5ab0dCopy full SHA for 8d5ab0d
lua/core/plugins/init.lua
@@ -94,7 +94,9 @@ local plugins = {
94
},
95
--]]
96
97
- 'rainbow-delimiters.nvim',
+ {
98
+ 'HiPhish/rainbow-delimiters.nvim',
99
+ },
100
101
{
102
-- Set lualine as statusline
lua/core/setup/syntax-highlight.lua
@@ -11,7 +11,7 @@ require('nvim-treesitter.configs').setup {
11
auto_install = false,
12
13
highlight = { enable = true },
14
- -- indent = { enable = true },
+ indent = { enable = true },
15
incremental_selection = {
16
enable = true,
17
keymaps = {
0 commit comments