Skip to content

Commit

Permalink
fix indent-blankline
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Oct 27, 2023
1 parent 1c3a445 commit 1e4807e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home-manager/modules/neovim/user/plugins/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ return {
-- disable building since it's optional
{ "L3MON4D3/LuaSnip", build = "true", },

-- lazy keeps downgrading this package for some reason
{ "lukas-reineke/indent-blankline.nvim", version = ">=3", opts = {} },

-- You can disable default plugins as follows:
-- { "max397574/better-escape.nvim", enabled = false },
--
Expand Down

0 comments on commit 1e4807e

Please sign in to comment.