Skip to content

Commit

Permalink
Merge pull request #950 from Mic92/joerg-ci
Browse files Browse the repository at this point in the history
fix indent-blankline
  • Loading branch information
mergify[bot] authored Oct 27, 2023
2 parents 3384a74 + 4791eab commit 1ff8f72
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 1ff8f72

Please sign in to comment.