Shubham Pawar
Shubham Pawar
My question is, how to now run multiple formatters + conditionally run first available? In my config I had the following tldr; for `go` files run `goimports` + `gofumpt` (if...
Something like this would be better than `vim.cmd` ```lua -- lua/config/oldworld.lua require('oldworld').setup({ integrations = { navic = true, alpha = false, rainbow_delimiters = false, }, highlight_overrides = { Normal =...
Any update on this?