summaryrefslogtreecommitdiffstats
path: root/plugin/indentblankline.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/indentblankline.lua')
-rw-r--r--plugin/indentblankline.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/indentblankline.lua b/plugin/indentblankline.lua
new file mode 100644
index 0000000..d869bbc
--- /dev/null
+++ b/plugin/indentblankline.lua
@@ -0,0 +1,3 @@
+require("indent_blankline").setup {
+ show_end_of_line = true,
+}