comparison: .config/nvim/after/ftplugin/lua.vim
.config/nvim/after/ftplugin/lua.vim
- changeset 1125
- 58490a30d6fb
- parent 1063
- 2763a54b0410
- child 1163
- 40367220022e
equal
deleted
inserted
replaced
1 setl et sw=2 |
1 setl et sw=2 |
2 |
2 |
3 if executable("stylua") |
3 if executable("stylua") |
4 setl equalprg=stylua\ -s\ - |
4 setl formatprg=stylua\ -s\ - |
5 endif |
5 endif |