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