about summary refs log tree commit diff
path: root/fnl/nvrc/packs/blankline.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-26 19:03:02 +0900
committersefidel <contact@sefidel.net>2022-02-26 19:03:02 +0900
commit899a50bf8eb2816305afb79bb1134209a5f3cbdb (patch)
tree62ae24f43f5def828eca7c93853f76354af4d03a /fnl/nvrc/packs/blankline.fnl
parent475e8ae48378054ce0077dbc6fd27257bc3fbff1 (diff)
downloadnvimrc-899a50bf8eb2816305afb79bb1134209a5f3cbdb.tar.gz
nvimrc-899a50bf8eb2816305afb79bb1134209a5f3cbdb.zip
chore: get rid of redundant pack configurations
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})