- there should be neovim installed in your system (for installing neovim)
- you should have some basic knowledge of terminal
- open nvim file by typing following command
cd ./.config/nvim
- here directly paste the init.vim file
- type this command in terminal to open file (you should be in your root directory)
nvim ~/.bashrc
- insert following command in ~/.bashrc ( for macOS write same command in ~/.zshrc)
alias vim='nvim'
export EDITOR='nvim'
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request .
- Read about differnt commands in vim_comands
- Read about differnt plufins in plugins
- Use those that you like and combine them in your init.vim file .
- your custom configration are ready .
- you can always add your custom config and become a contributor