Results 27 issues of Seth Daniel

check `:h lsp-buf` for any other commands that are missing from current config.

[LSP Format](https://github.com/lukas-reineke/lsp-format.nvim) is a great plugin for async formatting. Support and use it, if installed.

https://github.com/williamboman/mason.nvim It already installs some of the things required. Adding the missing items seems simple. mason is still alpha.

`gopls` can be very slow to respond after initial start. This is due, mostly, to it needing to download required packages for the current module. This can take time (many...

Support a :GoTags command. use tags specified by this command in commands that accept tags.

Specifically `richgo` and `ginkgo`. Possibly others.

Startup time is slow. The reason is obvious: a lot of checking for tools and retrieving information about them. This can and should be done asynchronously.

https://github.com/rcarriga/neotest