-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added lsp for V programming language #39
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Manifest indentation seems to be wrong.
I'm not too sure about using a beta LSP server.
plugins/lsp_v.lua
Outdated
|
||
local installed_path = USERDIR .. PATHSEP .. "plugins" .. PATHSEP .. "lsp_v" | ||
|
||
lspconfig.v_lsp.setup(common.merge({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lspconfig.v_lsp
is not a thing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like even with this fixed, you still need a working install of V
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh! I just forgot about this pr. sorry, I'll fix this and think about it.
ok gman, changes have been made |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still isn't enough, as v-analyzer
requires a V
install to work properly.
See custom_vroot
here.
So what exactly needs to be done here? |
No description provided.