about summary refs log tree commit diff
path: root/fnl/nvrc/packs
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-22 00:07:19 +0900
committersefidel <contact@sefidel.net>2023-02-22 00:07:19 +0900
commitff5c6069bb393b46b9f539d1758dbeed4823a8ef (patch)
tree97eada926093ed989187ed645f163697994fc78c /fnl/nvrc/packs
parentf0c9bcfeeb3144e4d86e0c88cc2b322006b21503 (diff)
downloadnvimrc-ff5c6069bb393b46b9f539d1758dbeed4823a8ef.tar.gz
nvimrc-ff5c6069bb393b46b9f539d1758dbeed4823a8ef.zip
feat(packs/fidget): ignore ltex
ltex tends to be 'spammy' while editing a file
Diffstat (limited to 'fnl/nvrc/packs')
-rw-r--r--fnl/nvrc/packs/fidget.fnl3
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/nvrc/packs/fidget.fnl b/fnl/nvrc/packs/fidget.fnl
index 9a2cad1..ab0014e 100644
--- a/fnl/nvrc/packs/fidget.fnl
+++ b/fnl/nvrc/packs/fidget.fnl
@@ -1,4 +1,5 @@
 (local {: setup} (require :fidget))
 
 (setup {:text {:done "^.^!"
-               :spinner :dots}})
+               :spinner :dots}
+        :sources {:ltex {:ignore true}}})