RayZ0rr / myNeovim

Neovim Configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Neovim configurations

myNeovim

~ Nvim configuration files ~

Thanks for dropping by!

This is my custom configuration of Neovim.
Inspired and taken from many other configs in public repositories and content from r/vim and r/neovim.

To set up :

  1. Install Neovim
  2. Clone the repository:
    git clone https://github.com/RayZ0rr/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 :PaqSync: or :PaqInstall. Might have to try this two times but it will be fully setup after that)

🖼️ Gallery




About

Neovim Configuration files

License:GNU General Public License v3.0


Languages

Language:Lua 90.5%Language:Vim Script 9.5%Language:C++ 0.0%