LazyVim and plugins - how to?

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

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

    Neovim config for the lazy

  • The plugins come from the "Lazyvim" files in the plugins folder. I don't remember the exact path for linux but it should be somewhere in the data folder. All the plugins' config is stored there (same ones in the link).

  • nvim-lspconfig

    Quickstart configs for Nvim LSP

  • Figuring out what should be added is... an art (e.g. mason expects "bash-language-server", treesitter "bash", lspconfig "bashls"). The official docs with the official naming can be helpful here (nvim-lspconfig , treesitter , mason )

  • 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
  • mason.nvim

    Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.

  • Figuring out what should be added is... an art (e.g. mason expects "bash-language-server", treesitter "bash", lspconfig "bashls"). The official docs with the official naming can be helpful here (nvim-lspconfig , treesitter , mason )

  • dotfiles

    Discontinued Those are my dotfiles (by lucazz)

  • Separately - big kudos to lucazz whose dotfiles I have been looking at, in search for understanding :)

  • rust-tools.nvim

    Discontinued Tools for better development in rust using neovim's builtin lsp

  • in my dotfiles, I have a default function that runs lspconfig for every language server, except for rust-analyzer where it invokes rust-tools which will run lspconfig for me with some extra features.

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