fix indent-blankline and foldcolumn
This commit is contained in:
parent
aeaabf8a48
commit
5a2eb5f514
3 changed files with 9 additions and 25 deletions
|
@ -168,12 +168,14 @@ return {
|
|||
"nvim-tree/nvim-web-devicons",
|
||||
{
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
opts = {
|
||||
indent = {
|
||||
tab_char = "│",
|
||||
char = "┊",
|
||||
},
|
||||
},
|
||||
init = function ()
|
||||
require("ibl").setup({
|
||||
indent = {
|
||||
tab_char = "│",
|
||||
char = "┊",
|
||||
},
|
||||
})
|
||||
end
|
||||
},
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue