editor-bootstrap / editor-bootstrap/vim-bootstrap

Neovim with init.lua is faster

Open
#388 3 comments 2 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
2.1k
Forks
208
PR merge metrics
No merged PRs in 30d

Description

We all know how hard it would be to create a separate neovim exclusive config, but the speed it brings is huge.
Neovim now has native Language Server support, treesiter for better syntax.

There is a thread on Reddit on how much faster/or better using init.lua could be:
https://www.reddit.com/r/neovim/comments/jfs5sb/initvim_to_initlua_any_advantages/

Personally, I am using a plugin that caches lua plugins, which already are faster than pure vim:

use {'lewis6991/impatient.nvim', rocks = 'mpack'} -- faster startup

The plugin manager is packer (written in lua)

Even it took a long time to implement, this solution would be great

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.