impatient.nvim
nvim
impatient.nvim | nvim | |
---|---|---|
31 | 4 | |
1,230 | 64 | |
- | - | |
5.9 | 8.9 | |
over 1 year ago | 13 days ago | |
Lua | Lua | |
MIT License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
impatient.nvim
-
Reduce Neovim startup time with plugins
You could use impatient.nvim or the new vim.loader module if you’re on nightly. Both work really well. I used impatient for a long time and it reduced my startup time by half. I’m using vim.loader now and it reduces it by about the same amount
-
Optimizing my startup time
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 .
-
lazy.nvim is amazing!
automatically caches all startup code before :h VimEnter or :h BufReadPre (basically what impatient.nvim does)
-
fzf is so powerful when you use it well ! code/files/tags/git history
there is an amazing plugin called impatient.nvim that cache a lot of stuff and make other pluggins go so fast !
-
neovim startup optimization
Try installing https://github.com/lewis6991/impatient.nvim first.
-
Guide: Structuring Lua plugins
:lua vim.pretty_print(vim.mpack.decode(vim.mpack.encode({some = { thing = false }}))) used by impatient.nvim
- Can neovim config be baked in to make neovim blazingly fast?
-
Default mappings override user mappings in Rust ( [[ and ]] mappings )
Did you defined your [[ and ]] mappings in that file or just created it? the after directory runs at the end of your config so you can override this kind of settings. Maybe you are using impatient.nvim? From their README:
-
what is your startup time like?
Are you using impatient.nvim? It caches lua modules. My startuptime with 72 plugins (including it) and zero lazy loading is 600ms.
- Why do Neovim users actively seek out lua rewrites?
nvim
-
Error executing luv callback since 896d22b6
So I wonder, how my config could be wrong if everything was ok ? I've always thought I could have the structure I want as long as I require files/plugins correctly, and as I saw this in many people configs I thought it was not a bad practice, more a way to have a clean config, but well, maybe I'm wrong.
-
Problems with Packer.nvim
There's things that seem strange to me in your plugins.lua. Not sure this is the problem but I've never seen use({something}) like this (I mean with parenthesis). Finally checking if packer exist and install it if necessary becomes useless if you install it later with packadd. There's a quite big config and I think you know what you're doing but seeing these I prefer showing how I did for my config. You can check this capture too if you want.
-
In need of some help with startup time optimization.
Nice ! I was searching for something like this. I've been trying to do the same but after 2 hours and so much pain in the config I git restore my config ^
-
Vue, Typescript, and native LSP
I also hard times moving away from vimL and Coc at the begining but when I realised that LsPinstall/LspConfig just install and configure every lsp servers correctly (you also can reload them once updated if you read a bit their README) I stopped worrying and enjoyed a nvim that never as been so fast and powerful. I can share my config but you surely have better ones in the first link I gave above.
What are some alternatives?
trouble.nvim - 🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.
vim-plug - :hibiscus: Minimalist Vim Plugin Manager
barbar.nvim - The neovim tabline plugin.
nvim
indent-blankline.nvim - Indent guides for Neovim
NvChad - Blazing fast Neovim framework providing solid defaults and a beautiful UI, enhancing your neovim experience.
vim-startuptime - A plugin for viewing Vim and Neovim startup event timing information.
neovim - Vim-fork focused on extensibility and usability
filetype.nvim - A faster version of filetype.vim
nvimdots - A well configured and structured Neovim.
nvim - Straightforward and pure Lua based Neovim configuration for my work as DevOps/Cloud Engineer with batteries included for Python, Golang, and, of course, YAML