Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.
Discussion options

You must be logged in to vote

Hello! Please refer to the Setup section in the README: https://github.com/williamboman/nvim-lsp-installer#setup for the recommended setup. By providing the path manually like you do, it'll be prone for breakage.

As for why your snippet fails is because the ~ is not a real path, but has to be expanded. The shell does this automatically for example. Try wrapping that string with vim.fn.expand().

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by williamboman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants