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
|
||||
"https://github.com/rcarriga/nvim-notify",
|
||||
keys = {
|
||||
|
@ -22,6 +24,7 @@
|
|||
end,
|
||||
},
|
||||
},
|
||||
|
||||
{ -- indentation guides to all lines without conceal
|
||||
"https://github.com/lukas-reineke/indent-blankline.nvim",
|
||||
event = "BufReadPre",
|
||||
|
@ -37,3 +40,4 @@
|
|||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue