Optimizing my startup time

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

    💤 A modern plugin manager for Neovim

    The 20-30 ms promise depends on your hardware. In my case, vanilla Neovim takes about 18 ms to startup, so a realistic good startup time for my config is around 50-60 ms. Lines of code isn’t a great reference either because you could just lazy load a bunch of plugins and have more LoC but still better startup times. What I would recommend is using lazy.nvim or if you wanna stick with packer, then pairing it with impatient.nvim .

  • SaaSHub

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

    SaaSHub logo
  • impatient.nvim

    Discontinued Improve startup time for Neovim

    The 20-30 ms promise depends on your hardware. In my case, vanilla Neovim takes about 18 ms to startup, so a realistic good startup time for my config is around 50-60 ms. Lines of code isn’t a great reference either because you could just lazy load a bunch of plugins and have more LoC but still better startup times. What I would recommend is using lazy.nvim or if you wanna stick with packer, then pairing it with impatient.nvim .

  • nvim

    A lazy NeoVim configuration. (by MuhametSmaili)

    I think folke did a great job with lazy.nvim the plugin manager. There are a lot of ways you can improve your start-up time. Check mine is around 25ms right now with 43 plugins.

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

  • Introducing LazyVim!

    12 projects | /r/neovim | 9 Jan 2023
  • Neovim starter config

    4 projects | /r/neovim | 7 Jan 2023
  • Vimscript to lua: everything you need to know

    12 projects | dev.to | 3 Jan 2023
  • One thing a dislike about Nvim Plugins is...

    5 projects | /r/neovim | 29 Aug 2022
  • A Missing IDE Feature

    3 projects | news.ycombinator.com | 4 Nov 2024

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