- This is my first Neovim setup base on videos and other sources.
- I'm currently using this setup to learn about vim motions and some programming projects in (Java, C#, Python, Web).
neovim:choco install neovimripgrep:choco install ripgrepfd:choco install fdgnu-sed:choco install sed
- Clone the repository inside *C:\Users\userName\AppData\Local* directory.
- A new directory is created called nvim.
- Enter the folder using:
cd nvim. - Inside of nvim directory create another directory called:
md pluggedormkdir plugged. - Inside of nvim directory open with
nvim init.vim. - Inside of
init.vimfile, use the command:PlugInstallin order to install the plugins. - Reload the editor and explore the configuration.
Config vim-figitive for git workflow
- This is my own setup and may have some errors, which is totally fine.
- It is not intended to make it like an IDE. I just want to try some stuff before migrating to neovim.