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