99linesofcode / docker-base

Collection of docker-compose files for devcontainers and other frequently used services.
MIT License
2 stars 0 forks source link

Lazyvim and VSCode often don't play together nicely #68

Open 99linesofcode opened 4 months ago

99linesofcode commented 4 months ago

As I find myself working with neovim more and more I've adopted Lazyvim and tried to make it work together with VSCode. Unfortunately, as it stands now, things are still wonky. Neovim crashes, I get inline linting errors that don't make any sense, etc.

I've since removed ~/.config/nvim while I think of a more elegant solution.

99linesofcode commented 4 months ago

Seems like this is a configuration issue potentially caused by an issue with VSCode installing/uninstalling plugins that already landed in Insiders and will be shipped shortly (https://github.com/microsoft/vscode/issues/207813).

99linesofcode commented 4 months ago

Nope, still an issue. For VSCode it is probably better not to configure LazyVim for the time being and rely solely on Neovim for navigation.