drop lspconfig and mason #18
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This drops
lsp-config
andmason
in favor of using plain neovim config new in 0.11.lsp-config
is no longer really necessary and I want to go back to manually setting up LSPs instead of using mason.gd
for goto definition and other mappings seem to be working fine as does blink. I don't think inline hints are working though. I don't get any on my desktop unless I save a Go file and then I think that is from the plugin and not the lsp.As an aside I am not sure about the
nvim-go
plugin either. I basically just want the fmt and import on save which I could add manually.ToDo
References