3 lines
92 B
Fennel
3 lines
92 B
Fennel
(let [g vim.g]
|
|
(set g.neoformat_try_formatprg 1)
|
|
(set g.neoformat_basic_format_trim 1))
|