lspcontainers.nvim icon indicating copy to clipboard operation
lspcontainers.nvim copied to clipboard

Neovim plugin for lspcontainers.

Results 26 lspcontainers.nvim issues
Sort by recently updated
recently updated
newest added

The Dockerfile was added in https://github.com/lspcontainers/dockerfiles/pull/105

Container definition added in https://github.com/lspcontainers/dockerfiles/pull/104

## Changes - moves relative code into easier to manage modules

When trying to use lspcontainers on arm mac, I'm getting errors like > [ERROR][2024-07-09 17:14:18] .../vim/lsp/rpc.lua:770 "rpc" "/usr/local/bin/docker" "stderr" "Unable to find image 'lspcontainers/typescript-language-server:latest' locally\n" > [ERROR][2024-07-09 17:14:20] .../vim/lsp/rpc.lua:770 "rpc"...

nvim-lsp has updated the name of `tsserver` to `ts_ls` for disambiguation purposes. The underlying language server is still the same, so support should be as simple as adding it to...

nvim-lsp has updated the name of `tsserver` to `ts_ls` for disambiguation purposes. The underlying language server is still the same, so support should be as simple as adding it to...