1
0
Fork 0
dotfiles/config/nvim/after/ftplugin/sh.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
60 B
Fennel

(let [lo vim.opt_local]
(set lo.formatprg "shfmt -i 2"))