about summary refs log tree commit diff
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, 0 insertions, 11 deletions
diff --git a/fnl/nvrc/packs/blankline.fnl b/fnl/nvrc/packs/blankline.fnl
deleted file mode 100644
index 3139174..0000000
--- a/fnl/nvrc/packs/blankline.fnl
+++ /dev/null
@@ -1,11 +0,0 @@
-(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})