feat: add indentlines (#3056)

This commit is contained in:
Christian Chiarulli 2022-09-21 10:48:15 -04:00 committed by GitHub
parent 8e1d3a2b47
commit 2ba566b0d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 56 additions and 0 deletions

View file

@ -267,6 +267,15 @@ local core_plugins = {
end,
disable = not lvim.builtin.illuminate.active,
},
{
"lukas-reineke/indent-blankline.nvim",
config = function()
require("lvim.core.indent-blankline").setup()
end,
disable = not lvim.builtin.indentlines.active,
},
{
"lunarvim/onedarker.nvim",
branch = "freeze",