maxArturo / nvimrc

some nvim configs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Neovim Config

I kicked this off from lunarvim, but I found several options inscrutable and the checkHealth option just gave all sorts of warnings. So I took a hatchet to it and further simplified things.

Prereqs

  • Neovim 0.9

We will also need ripgrep for telescope to work:

  • Ripgrep

    sudo apt install ripgrep # or your install method of choice

Install the config

Make sure to remove or backup your current nvim directory

git clone https://github.com/maxArturo/nvimrc.git ~/.config/nvim

Run nvim and wait for the plugins to be installed

Next time, open nvim and run:

:checkhealth

About

some nvim configs

License:GNU General Public License v3.0


Languages

Language:Lua 90.0%Language:Shell 10.0%