lspcontainers.nvim
lspcontainers.nvim copied to clipboard
Neovim plugin for lspcontainers.
As proposed by @WhyNotHugo in the issue lspcontainers/dockerfiles#55, it could be useful to be able to mount additional directories to the containers. This could be a start on solving the...
By moving the runtime to a config option which is set during setup the runtime parameter is not necessary anymore for each LSP `cmd`. Closes #84 Also rename the global...
## Problem We need to refactor the `docker` vs `podman` logic to a high-level `require'lspcontainers'.setup({ runtime = "" })` to enable agnostic run times. ## What changed? We started out...
Since my dev environment runs into a docker container, my LSP is unable to find the project packages and had to install the LSP locally. This nvim package solves the...
I haven't used the go lspcontainer in a while and I just noticed there are some problems for me with the default options. I use podman and the `--user` and...
`gopls` server takes about 40 sec to connect to lsp client. The 40 seconds are from the time the gopls container starting to the first message on the logs. I...
## Problem We have circumstances where we want to keep the container around after its lifecycle. By default - when we run a `lspcontainer` we run it with `--rm` to...
I've been struggling to get pyright to play nice with [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv) I had to do something like https://github.com/lspcontainers/lspcontainers.nvim/compare/main...stuart-warren:pyenv and also use [pyenv-pyright](https://github.com/alefpereira/pyenv-pyright) to configure something in pyright correctly perhaps there...
Requires https://github.com/lspcontainers/dockerfiles/pull/46
Got this error when adding in the `yamlls` configuration and then starting neovim ``` Error detected while processing /Users/example/.dotfiles/nvim/init.vim: line 94: E5108: Error executing lua [string ":lua"]:28: attempt to index...