lspcontainers.nvim
lspcontainers.nvim copied to clipboard
Neovim plugin for lspcontainers.
I am using a Windows setup with no WSL (docker does use WSL2 backend, but I'm not using WSL2 in the terminal). I want to run `gopls` in a container....
Command config for https://github.com/lspcontainers/dockerfiles/pull/91
Hi, Thank you for your work. I have a few queries regarding workflow. I have a devcontainer with all my project related dependencies installed. Typically, I load my project workspace...
## Overview I want to re-write `lspcontainers` from scratch considering all of the challenges we have faced over the past year working on the project. ## New Features - [...
The description in https://github.com/lspcontainers/lspcontainers.nvim#additional-languages describes how to startup the language server using a custom command. The actual "lspcontainers" keyword for this is `cmd_builder` instead of `cmd`: ``` cmd = lspcontainers.command('html',...
I'm almost sure there is a way to setup it, but I'm not completely sure how. So, as I understand the vdebug plugin should run in the container itself, but...
# Issues getting clangd to recognize header files Hey, Really cool repo you got here. However, I'm struggling to get rid of all lsp errors in a working project on...
Hey! Is there any plans on support for Erlang and Elixir?
This PR introduces a new optional backend to pull the language servers from: nix. Nix does not necessarily fit the containerization theme of this plugin, but provides a very similar...