SneekyFoxx
SneekyFoxx
Building also doesn't work when cloning the repository.
I built from both main and 0.3.0 tag but neither of them work and I used the Zig master.
I have neovim `v0.11.1` . Maybe it's because I'm using termux version `0.119.0-beta.2`
I'm sorry. I'm speaking about the lspconfig configuration for Unison in Neovim located at: https://github.com/unisonweb/unison/blob/trunk/docs%2Flanguage-server.markdown For some reason it doesn't work using the lspconfig-0.11 syntax: `vim.lsp.config('unison', {})` It only works...
@ceedubs `vim.lsp.enable('unison')` does work for me. I realized that by using the **lazy.nvim** config without lsconfig, it works better. Thank you for your reply!