mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update
This commit is contained in:
parent
30e639eee3
commit
369ded0f47
4 changed files with 23 additions and 21 deletions
|
@ -197,7 +197,8 @@ return {
|
|||
"lukas-reineke/indent-blankline.nvim",
|
||||
event = "BufRead",
|
||||
config = function()
|
||||
require("user.indentline")
|
||||
-- require("user.indentline")
|
||||
require("ibl").setup()
|
||||
end,
|
||||
},
|
||||
-- for Speed up loading Lua modules in Neovim to improve startup time.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue