This is my personal neovim config written in Lua.
- Pure Lua script with nice speed
- Integrated with the command line tools like grep and fzf
- Run fast with 100 plugins
- Easy to manage the plugins with a nice structure
You can use git to install these configuration files.
git clone https://github.com/tandy1229/nvim-lua ~/.config/nvim
# if you want it downloads faster you can run
git clone --depth=1 https://github.com/tandy1229/nvim-lua ~/.config/nvim
Just to Reading the plugin docs:-)
With the lazy.nvim and the lua cache speed up, its startup time is just 49.5ms which is test in the MacBook constructed with 1.4GHz 4 core 8th Intel Core i5.
Even without those plugins and so now in my opinion the neovim is becoming the most useful front end now.
Thank you for these great configs ~~~
It's @theniceboy whose video guide me to the Vim so far I was using the IDE. And then through him I have a chance to turn the Vim to using the editor -- nvim.
Hahahah, I was using nvim since 0.4, and now as neovim is going to have the 0.10 tag, nvim has become the mature project.
Ohhhh, lua script making the nvim different, and make it a different road compared to Vim. But neovim now always updates with breaking changes, I hope it can be more stable in the day:-). And I also hope Vim keep stable, VimScript9 can become better and better:-). I hope everything goes well.
Thanks to jetbrains for the open source license!
In memory of Bram, the creator of VIM.