added rainbow plugin
This commit is contained in:
parent
4fdbefc713
commit
2a8cdbc0fa
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue