summaryrefslogtreecommitdiff
path: root/fnl/config/trim.fnl
blob: af8b5ab73664c06f245d08a493516034ec053d0b (plain)
1
2
3
4
5
;; Trim whitespaces on save.

(local opts {:disable [:python]})

{1 :cappyzawa/trim.nvim :event :BufFilePre :opts opts}