about summary refs log tree commit diff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-rw-r--r--fnl/nvrc/pack.fnl1
-rw-r--r--fnl/nvrc/packs/mini-indentscope.fnl4
2 files changed, 5 insertions, 0 deletions
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}})