diff options
| author | Christian Chiarulli <[email protected]> | 2022-09-21 11:09:11 -0400 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-21 11:09:11 -0400 | 
| commit | 03156e42acde5b2e40c5245b8720450a4c5d25ba (patch) | |
| tree | fc34406d3b5c7ce05619d8e89a3d6b3ba2ace326 /lua/lvim/plugins.lua | |
| parent | 2ba566b0d820977323f48cbdcc2b3b307b882204 (diff) | |
Indentlines (#3057)
Diffstat (limited to 'lua/lvim/plugins.lua')
| -rw-r--r-- | lua/lvim/plugins.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 625f3ad1..2140636b 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -271,7 +271,7 @@ local core_plugins = {    {      "lukas-reineke/indent-blankline.nvim",      config = function() -      require("lvim.core.indent-blankline").setup() +      require("lvim.core.indentlines").setup()      end,      disable = not lvim.builtin.indentlines.active,    }, | 
