Doing a bit more work with Swift lately and figured I try to get nvim configured to at least understand swift a bit more. LSP is set up with the default settings, but the experience is less than ideal.
- Completion isn’t showing symbols for packages installed
- Hover/Definitions are available to non-built-in symbols.
With xcode (best case), the experience is top notch, so I’d like to get something closer to that. Any tips?