Neovim LSP working with docker container files

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • nvim-lspconfig

    Quickstart configs for Nvim LSP

  • I am using neovim/nvim-lspconfig package.

  • nvim-remote-containers

    Develop inside docker containers, just like VSCode

  • I found jamestthompson3/nvim-remote-containers package, but I am not sure if it is something that I am looking for.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • goneovim

    A GUI frontend for neovim.

  • you can start a headless neovim inside the container with nvim --listen 127.0.0.1:7777 --headless and then use something like goneovim (https://github.com/akiyosi/goneovim) to connect to this instance. all your tools (npm, linters etc) will be inside the container

  • devcontainers-rs

    Rust implementation of the VSCode devcontainer.json file

  • sometime ago I was using this workflow on a daily basis and built this https://github.com/GustavoKatel/devcontainers-rs but I haven't worked on that in a while

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts