added rainbow plugin

This commit is contained in:
Salar Rahmanian 2021-07-20 21:16:57 -07:00
parent 4fdbefc713
commit 2a8cdbc0fa

View file

@ -38,6 +38,7 @@ local function load_plugins()
use 'ckipp01/stylua-nvim' use 'ckipp01/stylua-nvim'
use 'gennaro-tedesco/nvim-jqx' use 'gennaro-tedesco/nvim-jqx'
use 'kristijanhusak/orgmode.nvim' use 'kristijanhusak/orgmode.nvim'
use 'p00f/nvim-ts-rainbow'
end) end)
end end
@ -129,6 +130,11 @@ _G.load_config = function()
show_help = '?', show_help = '?',
}, },
}, },
rainbow = {
enable = true,
extended_mode = true,
max_file_lines = 1000,
},
} }
-- neogit -- neogit