bugfix
This commit is contained in:
parent
17db04cece
commit
3f32cc9263
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
return {
|
||||||
|
|
||||||
{ -- notification popups
|
{ -- notification popups
|
||||||
"https://github.com/rcarriga/nvim-notify",
|
"https://github.com/rcarriga/nvim-notify",
|
||||||
keys = {
|
keys = {
|
||||||
|
@ -22,6 +24,7 @@
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
{ -- indentation guides to all lines without conceal
|
{ -- indentation guides to all lines without conceal
|
||||||
"https://github.com/lukas-reineke/indent-blankline.nvim",
|
"https://github.com/lukas-reineke/indent-blankline.nvim",
|
||||||
event = "BufReadPre",
|
event = "BufReadPre",
|
||||||
|
@ -37,3 +40,4 @@
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue