summaryrefslogtreecommitdiff
path: root/fnl/config/spellsitter.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-02 03:13:44 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-02 03:13:44 +0200
commitefffe8b9c1e9ce06a58614a4f433f5139efb5d7d (patch)
tree85c50e6c2282d74ada86b6aeb916045688404754 /fnl/config/spellsitter.fnl
parent2de407ab992f3c951f416ae8c8b1c1f6994cc8c5 (diff)
Add spellsitter for spell check
Diffstat (limited to 'fnl/config/spellsitter.fnl')
-rw-r--r--fnl/config/spellsitter.fnl5
1 files changed, 5 insertions, 0 deletions
diff --git a/fnl/config/spellsitter.fnl b/fnl/config/spellsitter.fnl
new file mode 100644
index 0000000..695c069
--- /dev/null
+++ b/fnl/config/spellsitter.fnl
@@ -0,0 +1,5 @@
+;; Enable spell checking in comments.
+(module config.spellsitter {autoload {util util}})
+
+(let [spellsitter (util.load-plugin :spellsitter)]
+ (spellsitter.setup {:enable true :debug false}))