RaZ0rr-Two / myNeovim

Neovim configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moved to New Repo

My Neovim configurations

To set up :

  1. Install Neovim
  2. Clone the repository:
    git clone https://github.com/RaZ0rr-Two/myNeovim.git
  3. Place the nvim folder inside ~/.config folder ( ~ is your $HOME directory, i.e., /home/<username> ):
    cp -r myNeovim/nvim ~/.config/

That's pretty much it. Start neovim with nvim inside terminal or however you want and enjoy.
( Note ⚠️ : opening neovim first time may throw errors. Close errors by pressing <C-c> (control + c) and type :PackerInstall. Might have to try this two times but it will fully setup after that)

About

Neovim configuration files

License:GNU General Public License v3.0


Languages

Language:Lua 80.4%Language:Vim Script 19.6%