From b3633997890abd5c1ff190a93f435c90d352b4d6 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 1 Oct 2023 23:12:38 +0900 Subject: feat(packs/mini-indentscope): init --- fnl/nvrc/pack.fnl | 1 + fnl/nvrc/packs/mini-indentscope.fnl | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 fnl/nvrc/packs/mini-indentscope.fnl (limited to 'fnl/nvrc') diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl index 5708f51..0cf5abc 100644 --- a/fnl/nvrc/pack.fnl +++ b/fnl/nvrc/pack.fnl @@ -13,6 +13,7 @@ (pack! :antoinemadec/FixCursorHold.nvim) (pack! :justinmk/vim-dirvish) +(pack! :echasnovski/mini.indentscope {:req :mini-indentscope}) (pack! :neovim/nvim-lspconfig {:req :lspconfig :event :BufReadPre diff --git a/fnl/nvrc/packs/mini-indentscope.fnl b/fnl/nvrc/packs/mini-indentscope.fnl new file mode 100644 index 0000000..ed414db --- /dev/null +++ b/fnl/nvrc/packs/mini-indentscope.fnl @@ -0,0 +1,4 @@ +(local {: setup} (require :mini.indentscope)) + +(setup {:symbol :│ + :options {:try_as_border true}}) -- cgit 1.4.1