Commit Graph

27 Commits (abd282564a31c5dec14e2038ebf04fdac9ea3278)

Author SHA1 Message Date
ray-x abd282564a improve null_ls loading events and allow golangci_linter
linters to be configurable
2 months ago
ray-x a3ce5016f5 remove typecheck from golanci-lint as gopls should cover it. also when run in single file mode it has lots of false positive 2 months ago
ray-x 9e3250e724 fix: null_ls failed to refresh after gotest was resolved 6 months ago
ray-x b4cd53de46 inlay eol display issue #396 7 months ago
ray-x 43be71be21 Inline Inlay hint for nvim 0.10.x 1 year ago
ray-x ed7e79b919 log disable for nulls 1 year ago
ray-x 1be8ef7cdf bugfix null_ls go test 1 year ago
ray-x 24803e04b8 injection updates
golangci nulls updates
1 year ago
ray-x 41389a177e change severity level to info 1 year ago
ray-x edf61c77e1 allow show stderr from runner 1 year ago
ray-x 3e94e28b11 use schedule to wrap notify 1 year ago
ray-x 0f0b8fe795 showing test failed message when #diag>0 in null-ls 1 year ago
ray-x b7f7110d01 performance for null-ls cache path detection
async call inside null-ls
bugfix fish/bash/zsh GoTestFile
1 year ago
ray-x 0912de62af incidentally checked in a incorrect version 1 year ago
ray-x b9f161c18e null-ls source: golangci-lint and gotest is async now
gomvp minor fix
command auto complete
1 year ago
ray-x 4f3d09f0a3 use vim.log.levels instead of vim.lsp.log_levels 1 year ago
blob42 967de31b19
fix E5560 wrap vim api calls inside luv loop (#282)
Co-authored-by: blob42 <spike@w530>
1 year ago
blob42 bd9caf8d0e
fix nil error (#280)
* fix nil error

* Update null_ls.lua

---------

Co-authored-by: blob42 <spike@w530>
Co-authored-by: rayx <rayx.cn@gmail.com>
1 year ago
ray-x c1817f643c cache the ts nodes based on file time; null_ls timeout 1 year ago
ray-x ab678d7f42 error format for panic in null-ls go tests 1 year ago
ray-x adab4c599d test file instead of package to speed up 1 year ago
ray-x d855fabb02 null-ls go test function act error checking 1 year ago
ray-x 19e6350fc8 filter on _test.go files 1 year ago
ray-x a0a57a88e8 go code action for null-ls 1 year ago
ray-x 16894803d7 updates null-ls gotest source: only run command when file saved 1 year ago
ray-x 7e6fe7a062 [feature] null-ls message redirect to quickfix 1 year ago
ray-x 276ebe8654 [Feature] integrate with null-ls. Add go.nvim as a null-ls source
Run `go test` on file save and
show diagnostic messages in LSP virtual text.
1 year ago