mickael-menu/ShadowVim

Xcode 15 support?

falcucci opened this issue · 4 comments

Xcode 15 support?

I'm using ShadowVim with Xcode 15.

@mickael-menu thank you for letting me know :)

but unfortunately it doesn't works here, any tips for troubleshoot this?

I have compiled the project from source aswell but nothing changed, trying to see some logs to help.

I recommend starting with an empty init.vim and add things progressively, as many nvim plugins can interfere with ShadowVim. See these instructions.

Try also running this in a terminal window, after opening ShadowVim and a source file in Xcode. If you see a blank screen, try hitting any key, I noticed that sometimes Neovim gets stuck without any feedback through their RPC API.

nvim --server /tmp/shadowvim.pipe --remote-ui

As for logs, try changing this to .trace:

minimumLevel: .warning,