How to setup lazy.nvim for vscode #940
Unanswered
shaolun-huang
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Check the LazyVim vscode extra code |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hello everyone,
I am curious how I can setup neovim with lazy.nvim for VS code. I am using Neovim and VS code at the same time, but I found many plugins conflicting with VS code. According to the page of vscode-neovim, it says we can add something like:
in init.lua
I wonder how this can fit into the lazy.nvim as I see we can only add
cond
for each plugin manually to solve the problem. I wonder if there is any more elegant solution?Currently, in my init.lua:
and in my plugins-setuup.lua:
I am having a hard time finding the solution.
Thanks again.
Beta Was this translation helpful? Give feedback.
All reactions