This is my personal configuration for Neovim. I prefer to use Lua, than Vimscript for boost the speed (which I haven't test it until now, I will test it later).
I put a little code in my init.lua, then I imported lua files at lua folder as we taught in :h lua.txt
. There are my plugins that I use Packer as package manager (it isn't).
My remap or binding keys is there too, but binding for plugins is located at after/plugin/
. There also plugins configuration and options.
Important!
If you have been using nvim, backup your nvim folder before installation. If you want to uninstall Neovim firstly, you may refer to here.
Prerequisite
Installation
- Clone this repo to your Neovim configuration folder.
- Open Neovim to install plugins. You may get some errors, just leave it.
- After plugins installation, you may restart Neovim (recomended) or start using it.
Hope it gives you benefits as I just newbie in publication document. You may fork or pull request for the repo. Thank you.