- Notifications
You must be signed in to change notification settings - Fork0
ihsanpraditya/nvim-dotfiles
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is my personal configuration forNeovim. I prefer to useLua, thanVimscript 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 usePacker as package manager (it isn't).
My remap or binding keys is there too, but binding for plugins is located atafter/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 tohere.
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.