This repository has been 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
-
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-lsp
that is being provided by the mason.nvim. I'm not sure why is that, but adding full path to thetypst-lsp
binary in the:CocConfig
fixed the issue. But in the https://github.com/nvarner/typst-lsp#additional-steps-for-cocnvim-users it says thatcommand
should 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