nvim update fix
This commit is contained in:
parent
0e09282890
commit
115eb7731f
1 changed files with 11 additions and 0 deletions
11
lua/plugins/server-fix.lua
Normal file
11
lua/plugins/server-fix.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
{
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
enabled = true,
|
||||
config = function()
|
||||
require("ibl").setup({
|
||||
indent = { char = "|" },
|
||||
})
|
||||
end,
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue