LazyVim and plugins - how to?

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

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

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. 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 )

  4. 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 )

  5. dotfiles

    Discontinued Those are my dotfiles (by lucazz)

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

  6. 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.

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

  • 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
  • Why is nobody using CoC anymore?

    3 projects | /r/neovim | 3 Jul 2023
  • What's your current Vim+Rust setup?

    9 projects | /r/rust | 15 May 2023
  • In neovim ,how to do refactoring python code?

    5 projects | /r/neovim | 20 Apr 2023

Did you know that Lua is
the 18th most popular programming language
based on number of references?