nvimtools / none-ls.nvim

null-ls.nvim reloaded / Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
The Unlicense
2.43k stars 72 forks source link

feat(builtins): add vfmt as a formatting builtin #64

Closed BarrOff closed 7 months ago

BarrOff commented 7 months ago

Hello

This pull request adds vfmt as a builtin formatter for Vlang code.

mochaaP commented 7 months ago

Thanks!

mochaaP commented 7 months ago

Note: This might be deleted in #58, since vls already provides formatting through v fmt.