impatient.nvim
nvimdots
impatient.nvim | nvimdots | |
---|---|---|
31 | 9 | |
1,230 | 3,003 | |
- | 0.8% | |
5.9 | 9.1 | |
almost 2 years ago | 8 days ago | |
Lua | Lua | |
MIT License | BSD 3-clause "New" or "Revised" 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?
nvimdots
-
Ask HN: Programmers who don't use autocomplete/LSP, how do you do it?
Not really, as I have API keys and other stuff in it unprotected. However, I used this as a base (https://github.com/ayamir/nvimdots) and heavily modified it. There is a user directory (lookup the user_template) where you can config everything out of the base.
-
Catppuccin with color & highlight overrides. Thanks to nvimdots!
checkout nvimdots!
-
Sharing my neovim configuration. Still struggle to setup properly the lsp.
You can have a look on this repo https://github.com/ayamir/nvimdots/tree/0.9, it's a very well structured config, and we are contributing very often so that new breaking changes or new neovim version released can be quickly processed~
- High startup time
-
What "set and forget" flexible VIM setup would you recommend?
I would say if you're going full neovim, take a look at people's lua configs and see how they're accomplishing the things you're looking for.
- Lists of lua-based nvim config files?
-
Is your NeoVim still fast after adding plugins ?
Less than 50ms with 76 plugins: https://github.com/ayamir/nvimdots
-
What Does Your lsp.lua Look Like?
configured with other plugins: https://github.com/ayamir/nvimdots/blob/main/lua/modules/completion/lspconfig.lua
-
My own nvim config using modern plugins like packer and lsp etc.
Welcome to try it: ayamir/nvimdots
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.
neovhy - I had no better name for it I swear
vim-startuptime - A plugin for viewing Vim and Neovim startup event timing information.
quick.nvim - A very fast Lua based Neovim configuration that uses native LSP for intellisense
barbar.nvim - The neovim tabline plugin.
dotfiles - :floppy_disk: personal configuration files
indent-blankline.nvim - Indent guides for Neovim
shadovim - A neovim setup for the shadow warriors. Speed through the light with the power of shadovim built on the new Lua based neovim! With the highly overpowered native LSP, built in auto-completion, snippets, menus and so much more, you will unleash the power of a hundred million shadows!
nvim - Minimal, blazingly fast, and pure Lua based Neovim configuration for my work as DevOps/Cloud Engineer with batteries included for Python, Golang, and, of course, YAML
nvim - Personal neovim config
nvim - My own NVIM (>=NVIM v0.11.0-dev-1545+ga4f575abd8) lua config
janus - Vim distribution