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

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

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