aboutsummaryrefslogtreecommitdiff
path: root/fnl/nvrc/packs/blankline.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc/packs/blankline.fnl')
-rw-r--r--fnl/nvrc/packs/blankline.fnl11
1 files changed, 11 insertions, 0 deletions
diff --git a/fnl/nvrc/packs/blankline.fnl b/fnl/nvrc/packs/blankline.fnl
new file mode 100644
index 0000000..3139174
--- /dev/null
+++ b/fnl/nvrc/packs/blankline.fnl
@@ -0,0 +1,11 @@
+(local {: setup} (require :indent_blankline))
+
+(setup {:indentLine_enabled 1
+ :char "▏"
+ :filetype_exclude {:help :terminal
+ :packer :lspinfo
+ :TelescopePrompt :TelescopeResults
+ :lsp-installer ""}
+ :buftype_exclude {1 :terminal}
+ :show_trailing_blankline_indent false
+ :show_first_indent_level false})