acme-lsp
acme-lsp copied to clipboard
Add support for didChangeConfiguration notification
Currently, we can configure LSP servers through the acme-lsp config file, but LSP also supports changing configuration dynamically through the didChangeConfiguration
notification. We should add a L
sub-command for it.
Support for this was added to gopls recently. This can be used to change Go build tags dynamically.