Autocompletion for Neovim

This page summarizes the projects mentioned and recommended in the original post on dev.to

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • rust-analyzer

    A Rust compiler front-end for IDEs

  • in my case I'll install rust-analyzer

  • nvim-cmp

    A completion plugin for neovim coded in Lua.

  • these plugins are great to use but they are very heavy because of Javascript and Python, so I decided to switch to another solution and the solution is Lua Plugin called nvim-cmp with this plugin you can add an auto-completion to your neovim with minimal performance, all you have to do is download the language server

  • 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
  • nvim-lspconfig

    Quickstart configs for Nvim LSP

  • after installing the server of your language you may need some Lua code to enable it so you can use this code to copy & paste into your init.nvim file Also, Don't forget to check this page to get the right server for your language

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

  • How to get bordered ui for hover actions in lspconfig for gopls

    3 projects | /r/neovim | 19 Aug 2022
  • Neovim and its built in language server protocol

    6 projects | dev.to | 16 Feb 2021
  • Neovide – a simple, no-nonsense, cross-platform GUI for Neovim

    17 projects | news.ycombinator.com | 31 Jan 2024
  • As someone new to neovim, should I even bother with LSP?

    3 projects | /r/neovim | 12 Jul 2023
  • rust-analyzer significantly slowing down compilation

    2 projects | /r/rust | 23 Jun 2023