Proxy the godot language server from windows to WSL. Assumes you are using these settings in your Godot Editor Settings:
This tool will allow you to use Godot language server from an editor in WSL (e.g. neovim)
Run with:
npx godot-lsp-wsl
Or, alternatively:
npm install -g godot-lsp-wsl
godot-lsp-wsl
NOTE: This currently only works for projects stored in the C:/
drive. This is a limitation I plan to address soon!