impatient.nvim
filetype.nvim
impatient.nvim | filetype.nvim | |
---|---|---|
31 | 10 | |
1,230 | 563 | |
- | - | |
5.9 | 0.0 | |
over 1 year ago | 9 months 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?
filetype.nvim
- C filetype is not automatically set and throws an error
-
Syntax highlighting in Astro Nvim
Can you try this plugin?
-
Neovim plugin settings with Lua metatables
Some plugins, such as filetype.nvim are currently used by other plugins to add filetype support (if it exists).
-
Maximum performance.
My apologies! it must've been filetype.nvim
-
yaml.ansible filetype not detected automatically
Just a word of caution, filetype.nvim will break most ftdetect plugins, this is why I stopped using it myself (at least until it becomes not the case), see : https://github.com/nathom/filetype.nvim/issues/9
-
Stop automatic newline continuation of comments
Maybe if you are using https://github.com/nathom/filetype.nvim you can check the function_complex.
-
12ms neovim startup tutorial
Install impatient and filetype
-
Is your NeoVim still fast after adding plugins ?
Source filetype.nvim (this saved my anouth 10ms).
-
Any alternatives to sheerun/vim-polyglot?
While we're at it, polyglot or some fork could do the same thing filetype.nvim does to reduce the startup time.
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.
ansible-vim - A vim plugin for syntax highlighting Ansible's common filetypes
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
nvimdots - A well configured and structured Neovim.
barbar.nvim - The neovim tabline plugin.
NvChad - Blazing fast Neovim framework providing solid defaults and a beautiful UI, enhancing your neovim experience.
indent-blankline.nvim - Indent guides for Neovim
dotfiles
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 - Our nvim config