From 899a50bf8eb2816305afb79bb1134209a5f3cbdb Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 26 Feb 2022 19:03:02 +0900 Subject: chore: get rid of redundant pack configurations --- fnl/nvrc/packs/blankline.fnl | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 fnl/nvrc/packs/blankline.fnl (limited to 'fnl/nvrc/packs/blankline.fnl') 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}) -- cgit 1.4.1