diff options
Diffstat (limited to 'noice.lua')
| -rw-r--r-- | noice.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/noice.lua b/noice.lua new file mode 100644 index 0000000..84cbd72 --- /dev/null +++ b/noice.lua @@ -0,0 +1,7 @@ +return { + "lukas-reineke/indent-blankline.nvim", + main = "ibl", + ---@module "ibl" + ---@type ibl.config + opts = {}, +} |
