Skip to content

TecAbel/neovim-configuration

Repository files navigation

TecAbel Neovim Configuration

This is my Neovim configuration, feel free to use it, but check maps.lua file for more details about how to use it.

Feel free to fork this repo and create your own config!

saps

How to install

Install neovim... Once installed follow steps

Create neovim's home dir

  • on mac is ~/.config/nvim
  • on windows is %userprofile%\AppData\Local\nvim\init.vim
  • Install Ripgrep for telescope find files function

once created and positionated on that directory clone this repo

# (.config/nvim)
$ git clone https://github.com/TecAbel/neovim-configuration.git .

run neovim

$ nvim

Close and reopen about three times while Lazy is installing everything to work

Recommended