about summary refs log tree commit diff
path: root/fnl/nvrc
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-08-10 01:59:31 +0900
committersefidel <contact@sefidel.net>2024-08-10 01:59:31 +0900
commit3fc863b663e06f80a4d23bb0e376d4a36e9516b4 (patch)
tree64192b1b8820265de7158d864220db7cbd5f9909 /fnl/nvrc
parent7fe34d1c95fa0af634fcd31fcf9ca00e177f26f5 (diff)
downloadnvimrc-3fc863b663e06f80a4d23bb0e376d4a36e9516b4.tar.gz
nvimrc-3fc863b663e06f80a4d23bb0e376d4a36e9516b4.zip
feat(packs/lint): exclude 'rare' dictionary from codespell
Diffstat (limited to 'fnl/nvrc')
-rw-r--r--fnl/nvrc/packs/lint.fnl1
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/nvrc/packs/lint.fnl b/fnl/nvrc/packs/lint.fnl
index 304b7d8..a06255c 100644
--- a/fnl/nvrc/packs/lint.fnl
+++ b/fnl/nvrc/packs/lint.fnl
@@ -2,6 +2,7 @@
                 : au!} :nvrc.macro.event)
 (local nvim-lint (require :lint))
 
+(set nvim-lint.linters.codespell.args [:--builtin=clear])
 (tset nvim-lint :linters_by_ft {:nix [:nix]})
 
 (ag! nvim-lint