How to config Neovim (with Lua) to get some Helix behaviors

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

Our great sponsors
  • InfluxDB - Access the most powerful time series database as a service
  • SonarQube - Static code analysis for 29 languages.
  • SaaSHub - Software Alternatives and Reviews
  • nvim-lspconfig

    Quickstart configs for Nvim LSP

    You need to set up lsp. It provides all the functions. Check out :h lsp, lspconfig, lsp-zero

  • lsp-zero.nvim

    A starting point to setup some lsp related features in neovim.

    You need to set up lsp. It provides all the functions. Check out :h lsp, lspconfig, lsp-zero

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • CosmicNvim

    CosmicNvim is a lightweight and opinionated Neovim config for web development, specifically designed to provide a 💫 COSMIC programming experience!

  • anvil

    A highly adaptable Neovim configuration focused on providing a great development experience while being easy to extend and maintain. (by talha-akram)

    For lspconfig this (https://github.com/talha-akram/anvil/blob/master/lua/plugins/lspconfig.lua) will get you 90% of the way there.

  • trouble.nvim

    🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.

    You can find one way to set up the first two shortcuts in the example configuration from the lsp-config readme. As for the list of diagnostics, I'm not sure if it's possible to scope it with the plain neovim API, because I use trouble.nvim.

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

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