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
neovimversion0.9or greater is installed by usingnvim --version. -
Backup your current
neovimconfigurations 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
neovimand enter the command:checkhealth. - If you find that you do not support for copy/paste make sure to install
xselfor X11 users andwl-clipboardfor 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/nvimrm -rf ~/.config/nvim ~/.local/share/nvim ~/.cache/nvim


