summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor/trim.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/editor/trim.fnl')
-rw-r--r--fnl/plugins/editor/trim.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/editor/trim.fnl b/fnl/plugins/editor/trim.fnl
index 7f224bc..0c0082f 100644
--- a/fnl/plugins/editor/trim.fnl
+++ b/fnl/plugins/editor/trim.fnl
@@ -1,3 +1,3 @@
;; Trim whitespaces on save.
-{1 :cappyzawa/trim.nvim :event :BufFilePre :opts {:disable [:python]}}
+{1 :cappyzawa/trim.nvim :event :BufFilePre :opts {:ft_blocklist [:python]}}