1
0
Fork 0
dotfiles/home/config/nvim/plugins/neoformat.fnl

4 lines
92 B
Fennel

(let [g vim.g]
(set g.neoformat_try_formatprg 1)
(set g.neoformat_basic_format_trim 1))