mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-30 14:49:43 +02:00
feat: add indentlines (#3056)
This commit is contained in:
parent
8e1d3a2b47
commit
2ba566b0d8
4 changed files with 56 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue