CoC alternatives?

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

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

    Vim INside Docker as an Ide

  • To avoid bloating on my host system I made this https://github.com/D-Nice/vindi

  • dockerfile-language-server

    A language server for Dockerfiles powered by Node.js, TypeScript, and VSCode technologies.

  • Also, some of the LS implementations require Node to run the daemon (i.e. Docker LS).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • vim-lsc

    A vim plugin for communicating with a language server

  • vim-lsc is in my opinion, the best. Very light and allows you to only configure languages you need.

  • deno

    A modern runtime for JavaScript and TypeScript.

  • COC probably works better with JavaScript & TypeScript since Microsoft in their infinite stupidity did not make the tsserver LSP compatible. Here, there is an advantage. But hopefully one day the denoland language server can be a viable alternative.

  • nvim-compe

    Discontinued Auto completion Lua plugin for nvim

  • Firstly, completion-nvim has terrible performance as noted here. With modern Neovim nvim-compe is a far better solution with regard to auto-completion as discussed here.

  • nvim-lspconfig

    Quickstart configs for Nvim LSP

  • Thirdly, configuration does not take three days when using the nvim-lspconfig plugin which abstracts away most of the language server nitty gritty.

  • docker-dev

    Container images for portable development environments

  • I've been using YouCompleteMe along with ALE for lint: https://github.com/AGhost-7/docker-dev/

  • 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
  • vim-auto-popmenu

    :sunglasses: Display the Completion Menu Automantically (next AutoComplPop) !!

  • vim-auto-popmenu, a lightweight and tiny (160 lines) script to provide youcompleteme like experience for buffer, tag and dictionary completion.

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