Help with vimrc

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

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
  • .dotfiles

  • Hey, I'm new to the whole init.lua config system, so as a newbie I picked up someone's vimrc and edited it for my usage, what I am not able to figure out is how to start the autocomplete and the LSP diagnosis, I already did :LspInstall python and :LspStart.

  • nvim-lspconfig

    Quickstart configs for Nvim LSP

  • Here you can find a list of all the language servers and how to set them up. For instance, if you wanted pyright, you would have to do something like npm i -g pyright, then in your init.lua require('lspconfig').pyright.setup{}

  • 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-compe

    Discontinued Auto completion Lua plugin for nvim

  • The autocomplete part of Lsp has to be made for a plugin like nvim-compe, you have it install, but you aren't using any of it options. You can find some example remaps on ther github: https://github.com/hrsh7th/nvim-compe

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

  • Need help to set up the pbkit language server

    2 projects | /r/neovim | 21 Sep 2023
  • Option omnifunc is not set

    1 project | /r/neovim | 31 Aug 2023
  • LSP tells me to enable auto-fetch in configurations, but I can't find any documentation on that option?

    1 project | /r/neovim | 3 Jul 2023
  • mason.nvim [Languages] WARNINGS

    1 project | /r/neovim | 1 Jul 2023
  • How to force neovim to use specific node installation for lsp servers

    1 project | /r/neovim | 30 Jun 2023