1
0
Fork 0
dotfiles/config/nvim/plugins/neoformat.fnl
Daniel Kempkens 796fd8d12c nvim: null-ls -> nvim-lint
Also use Neoformat as a fallback if no LSP formatter is attached
2022-04-19 14:56:22 +02:00

4 lines
92 B
Fennel

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