WhoIsSethDaniel / goldsmith.nvim

Use Neovim features, such as built-in LSP and tree-sitter, and develop Go code.
MIT License
57 stars 3 forks source link

test new features of 0.9.0 (beyond inlay hints) #45

Closed WhoIsSethDaniel closed 2 years ago

WhoIsSethDaniel commented 2 years ago

There are a number of interesting features of 0.9.0. Test each and see if any changes need to be made. https://github.com/golang/tools/releases/tag/gopls%2Fv0.9.0

WhoIsSethDaniel commented 2 years ago

seems likely no new changes are necessary. But test the code action and the references() call on packages

WhoIsSethDaniel commented 2 years ago

also #25

WhoIsSethDaniel commented 2 years ago

all seem to work.