rish987 / nvim-lspconfig-test

Language-specific integration testing of nvim+LSP via neovim/nvim-lspconfig (intend to upstream to nvim-lua)
2 stars 1 forks source link

add stylua & fix shellcheck warnings #56

Closed williamboman closed 2 years ago

williamboman commented 2 years ago

The Stylua changes might be a bit too intrusive, but I find having it in place is really nice. It can be configured to use different settings if you'd like: https://github.com/johnnymorganz/stylua#configuration

rish987 commented 2 years ago

Looks great, thanks!