impatient.nvim
nvim
impatient.nvim | nvim | |
---|---|---|
31 | 24 | |
1,230 | 670 | |
- | 3.4% | |
5.9 | 9.5 | |
almost 2 years ago | 5 days ago | |
Lua | Lua | |
MIT License | 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
-
Best way to setup Nvim on NixOS?
Not OP, but I had the same question. I would prefer to manage my nvim config not the NixOS way.
- lazy.nvim is amazing!
-
Kubernetes auto completion support in Neovim
You might also have a look at my recent commit on my "develop" branch https://github.com/Allaman/nvim/commit/1b587f16d074755c94a8692925dfcbf5344fb7d4
-
nvim as a code editor
Allaman's Neovim Config
-
How would I do this in lua?
In my config I have these lines
-
Do you have tests for your neovim config?
From time to time I build my Dockerfile to test if my config would run on a fresh system or if an issue might only be related to my host
-
Anyone managed to get inlay hints working with gopls ?
It is working for me but I am not aware of any "special" setting I made. here is My cofing maybe you can get an idea. ([go](https://github.com/Allaman/nvim/blob/main/lua/config/go.lua), [lsp](https://github.com/Allaman/nvim/tree/main/lua/config/lsp)]])
-
Lspconfig loading multiple clients
There is only one LSP running for in my Neovim My config for reference
-
How to set colorcolumn via nvim lua api?
Thanks for your inspiration ;) https://github.com/Allaman/nvim/commit/78e32885972947240b0907df6a8a1cceea9fce19
-
Neovim seg faults - is it just me?
in the last couple of weeks I noticed some Neovim crashes (segmentation faults says my terminal) and I wonder if I am alone? Before that I never had crashes and now at least two a day. Neovim head and here is my config
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.
nvim - My personal Neovim configuration.
vim-startuptime - A plugin for viewing Vim and Neovim startup event timing information.
vim-settings - My Vim Settings and a script to auto setup them
nvimdots - A well configured and structured Neovim.
vim9jit - a vim9script -> lua transpiler (written in Rust)
barbar.nvim - The neovim tabline plugin.
dotfiles - ❄️ My dotfiles for NixOS and macOS as a Nix flake. Neovim, Fish shell, Wezterm, etc.
indent-blankline.nvim - Indent guides for Neovim
FTerm.nvim - :fire: No-nonsense floating terminal plugin for neovim :fire:
nvim - My own NVIM (>=NVIM v0.11.0-dev-1545+ga4f575abd8) lua config
Nvimfy - 🌌 presenting neovim for all screens ! - from Text Editor to a Full Featured IDE...