Ultimate Neovim Setup Guide: lazy.nvim Plugin Manager

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. lazy.nvim

    💤 A modern plugin manager for Neovim

    -- ~/nvim/lua/slydragonn/lazy.lua local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" if not (vim.uv or vim.loop).fs_stat(lazypath) then vim.fn.system({ "git", "clone", "--filter=blob:none", "https://github.com/folke/lazy.nvim.git", "--branch=stable", -- latest stable release lazypath, }) end vim.opt.rtp:prepend(lazypath) require("lazy").setup("slydragonn.plugins")

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. nvim-lazy

    Neovim Setup with Lazy.vim

    My neovim setup with lazy.vim: https://github.com/slydragonn/nvim-lazy

  4. neo-tree.nvim

    Neovim plugin to manage the file system and other tree like structures.

    nvim-neo-tree/neo-tree: Neovim plugin to manage the file system and other tree like structures.

  5. tokyodark.nvim

    A clean dark theme written in lua for neovim.

    tiagovla/tokyodark.nvim: A clean dark theme written in lua for neovim.

  6. nvim-web-devicons

    Provides Nerd Font icons (glyphs) for use by neovim plugins

    nvim-tree/nvim-web-devicons: lua fork of vim-web-devicons for neovim.

  7. lualine.nvim

    A blazing fast and easy to configure neovim statusline plugin written in pure lua.

    nvim-lualine/lualine.nvim: A blazing fast and easy to configure neovim statusline plugin written in pure lua.

  8. nvim-treesitter

    Nvim Treesitter configurations and abstraction layer

    nvim-treesitter/nvim-treesitter: Nvim Treesitter configurations and abstraction layer.

  9. SaaSHub

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

    SaaSHub logo
  10. nvim-ts-closetag

    Use treesitter to auto close and auto rename html tag

    windwp/nvim-ts-autotag: Use treesitter to auto close and auto rename html tag.

  11. conform.nvim

    Lightweight yet powerful formatter plugin for Neovim

    stevearc/conform.nvim: Lightweight yet powerful formatter plugin for Neovim.

  12. telescope.nvim

    Find, Filter, Preview, Pick. All lua, all the time.

    nvim-telescope/telescope.nvim: Highly extendable fuzzy finder over lists.

  13. nvim-lspconfig

    Quickstart configs for Nvim LSP

    neovim/nvim-lspconfig: Quickstart configs for Nvim LSP

  14. nvim-cmp

    A completion plugin for neovim coded in Lua.

    hrsh7th/nvim-cmp: A completion plugin for neovim coded in Lua.

  15. mason.nvim

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

    williamboman/mason.nvim: Portable package manager for Neovim that runs everywhere Neovim runs.

  16. nvim-colorizer.lua

    The fastest Neovim colorizer.

    norcalli/nvim-colorizer.lua: Color highlighter.

  17. toggleterm.nvim

    A neovim lua plugin to help easily manage multiple terminal windows

    akinsho/toggleterm.nvim: A neovim lua plugin to help easily manage multiple terminal windows.

  18. gitsigns.nvim

    Git integration for buffers

    lewis6991/gitsigns.nvim: Git integration for buffers.

  19. nvim-autopairs

    autopairs for neovim written in lua

    windwp/nvim-autopairs: Autopairs for neovim written by lua.

  20. lspkind.nvim

    vscode-like pictograms for neovim lsp completion items

    onsails/lspkind.nvim: vscode-like pictograms for neovim lsp completion items.

  21. LuaSnip

    Snippet Engine for Neovim written in Lua.

    L3MON4D3/LuaSnip: Snippet Engine for Neovim written in Lua.

  22. cmp-nvim-lsp

    nvim-cmp source for neovim builtin LSP client

    hrsh7th/cmp-nvim-lsp: nvim-cmp source for neovim builtin LSP client

  23. cmp-path

    nvim-cmp source for path

    hrsh7th/cmp-path: nvim-cmp source for path

  24. cmp-buffer

    nvim-cmp source for buffer words

    hrsh7th/cmp-buffer: nvim-cmp source for buffer words

  25. mason-lspconfig.nvim

    Extension to mason.nvim that makes it easier to use lspconfig with mason.nvim.

    williamboman/mason-lspconfig.nvim: Extension to mason.nvim that makes it easier to use lspconfig with mason.nvim.

  26. mason-tool-installer.nvim

    Install and upgrade third party tools automatically

    WhoIsSethDaniel/mason-tool-installer.nvim: Install and upgrade third party tools automatically.

  27. neovim

    Vim-fork focused on extensibility and usability

  28. SaaSHub

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

    SaaSHub 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

  • Neovim Tips to Accelerate Your Text Navigation

    2 projects | dev.to | 16 Feb 2025
  • Show HN: Daily-notes.nvim – fuzzy time journal and planning plugin

    9 projects | news.ycombinator.com | 8 Feb 2025
  • A Missing IDE Feature

    3 projects | news.ycombinator.com | 4 Nov 2024
  • Neovim for beginners

    20 projects | dev.to | 30 Sep 2024
  • Customizing Your Lazyvim Setup for Personal Preferences

    27 projects | dev.to | 30 Jun 2024

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