aboutsummaryrefslogtreecommitdiff
path: root/fnl/nvrc
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc')
-rw-r--r--fnl/nvrc/packs/lint.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/packs/lint.fnl b/fnl/nvrc/packs/lint.fnl
index 9f600b3..c84aa58 100644
--- a/fnl/nvrc/packs/lint.fnl
+++ b/fnl/nvrc/packs/lint.fnl
@@ -2,7 +2,7 @@
: au!} :nvrc.macro.event)
(local nvim-lint (require :lint))
-(set nvim-lint.linters.codespell.args [:--builtin=clear])
+(table.insert nvim-lint.linters.codespell.args :--builtin=clear)
(tset nvim-lint :linters_by_ft {:nix [:nix]})
(ag! nvim-lint