Skip to content

Commit

Permalink
perf(indent-blankline.nvim): revert back from 'hlchunk.nvim' to 'inde…
Browse files Browse the repository at this point in the history
…nt-blankline.nvim' (#280)
  • Loading branch information
linrongbin16 authored Oct 14, 2023
1 parent e681c47 commit 7547426
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,16 @@ local M = {
keys = lua_keys("akinsho/bufferline.nvim"),
},
-- Indentline
-- {
-- "lukas-reineke/indent-blankline.nvim",
-- event = { VeryLazy, BufReadPre, BufNewFile },
-- config = lua_config("lukas-reineke/indent-blankline.nvim"),
-- },
{
"shellRaining/hlchunk.nvim",
"lukas-reineke/indent-blankline.nvim",
event = { VeryLazy, BufReadPre, BufNewFile },
config = lua_config("shellRaining/hlchunk.nvim"),
config = lua_config("lukas-reineke/indent-blankline.nvim"),
},
-- {
-- "shellRaining/hlchunk.nvim",
-- event = { VeryLazy, BufReadPre, BufNewFile },
-- config = lua_config("shellRaining/hlchunk.nvim"),
-- },
-- Statusline
{
"linrongbin16/lsp-progress.nvim",
Expand Down

0 comments on commit 7547426

Please sign in to comment.