How can I uses lazydev without lspconfig? #28
Unanswered
Charlie-83
asked this question in
Q&A
Replies: 2 comments 7 replies
-
lazydev manages your workspaces, so you need to have a workspace. |
Beta Was this translation helpful? Give feedback.
7 replies
-
I was able to get lazydev installed without LazyVim or lspconfig with the following: lazydev.nvim cloned into Configuring the LSP in init.lua:
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Docs just say
But I don't know what this is actually instructing me to do.@folke clarified this is only for custom workspaces which I currently don't needI use this autocommand to start
lua-ls
I am using Lazy as my plugin manager and have
Currently, it isn't working and I'm getting warnings on all my
vim.api...
etcBeta Was this translation helpful? Give feedback.
All reactions