This repository was archived by the owner on Nov 5, 2024. It is now read-only.
coc.nvim doesn't see mason.nvim's typst-lsp binary when using lazy.nvim (instead of vim-plug) #296
Andrew15-5
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Today I thought it would be nice to try to transition to at least Lua-based package manager in Neovim (while change all the other non-Lua packages in the future). But when I commented out the vim-plug begin/end clause with
Plug 'owner/repo'and added lazy.nvim setup, suddenly coc.nvim doesn't see thetypst-lspthat is being provided by the mason.nvim. I'm not sure why is that, but adding full path to thetypst-lspbinary in the:CocConfigfixed the issue. But in the https://github.com/nvarner/typst-lsp#additional-steps-for-cocnvim-users it says thatcommandshould be justtypst-lsp. If I uncomment the vim-plug setup and comment lazy.nvim, then the coc.nvim will see the binary again. Does anyone know why is that?Beta Was this translation helpful? Give feedback.
All reactions