Replies: 7 comments 5 replies
-
I tried this and it worked. require('neodev').setup({})
local lsp = require('lsp-zero')
lsp.preset('recommended')
lsp.setup() |
Beta Was this translation helpful? Give feedback.
-
My init.lua is in ~/.config/nvim/. Does that make a diffference? |
Beta Was this translation helpful? Give feedback.
-
I don't think so. That's the right folder. |
Beta Was this translation helpful? Give feedback.
-
Ok I figured it out. |
Beta Was this translation helpful? Give feedback.
-
For those interested, the problem was that |
Beta Was this translation helpful? Give feedback.
-
Hi, it works for me (neodev gives the completion) but it disables the command LspZeroFormat: E5108: Error executing lua: Command not found: LspZeroFormat |
Beta Was this translation helpful? Give feedback.
-
I actually have kind of the opposite issue. I setup sumneko using lsp-zero along with custom settings, for example I already raised an issue on the neodev repo(folke/neodev.nvim#97) and tested with manual |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm attempting to use
lsp-zero
with theneodev
plugin (https://github.com/folke/neodev.nvim), but can't get completion/lsp functionality for thevim
global object or plugins to work.I know
lsp-zero
has thenvim_workspace
function, but it lacks some features (like api function documentation).Any hints on how to get these plugins to play nicely with each other?
Thanks,
s1341
Beta Was this translation helpful? Give feedback.
All reactions