This repository contains my personal neovim configs.
Heavily inspired from Neovim from scratch series by Christian Chiarulli and Lunar Vim.
NOTE : These configs now use the latest and greatest LazyNvim
-
Make sure
neovim
version0.9
or greater is installed by usingnvim --version
. -
Backup your current
neovim
configurations using
mkdir ~/.config/nvimbackup
mv ~/.config/nvim ~/.config/nvimbackup
rm -rf ~/.local/share/nvim ~/.cache/nvim # This gets rid of all your before installed plugins
- Check the health status of neovim using
- Open
neovim
and enter the command:checkhealth
. - If you find that you do not support for copy/paste make sure to install
xsel
for X11 users andwl-clipboard
for Wayland users. - If python and node has not been setup for neovim, then do
pip install neovim # For python
npm install -g neovim # For node
- Clone the repository and run neovim
git clone https://github.com/devadathanmb/entevim.git ~/.config/nvim
rm -rf ~/.config/nvim ~/.local/share/nvim ~/.cache/nvim