about summary refs log tree commit diff
path: root/fnl/nvrc/packs
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-10-01 23:12:38 +0900
committersefidel <contact@sefidel.net>2023-10-01 23:13:14 +0900
commitb3633997890abd5c1ff190a93f435c90d352b4d6 (patch)
treeae0b2bb1676d74bc8f352a1462cc037d36d602e6 /fnl/nvrc/packs
parentff2b7e744afec051844aa20e25b9564a44505ffb (diff)
downloadnvimrc-b3633997890abd5c1ff190a93f435c90d352b4d6.tar.gz
nvimrc-b3633997890abd5c1ff190a93f435c90d352b4d6.zip
feat(packs/mini-indentscope): init
Diffstat (limited to 'fnl/nvrc/packs')
-rw-r--r--fnl/nvrc/packs/mini-indentscope.fnl4
1 files changed, 4 insertions, 0 deletions
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}})