Skip to content

devadathanmb/neovim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My neovim configs

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


Preview

Home

First

Second

Third


Quick setup

  1. Make sure neovim version 0.9 or greater is installed by using nvim --version.

  2. 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
  1. 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 and wl-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
  1. Clone the repository and run neovim
git clone https://github.com/devadathanmb/entevim.git ~/.config/nvim

Uninstallation and cleanup

rm -rf ~/.config/nvim ~/.local/share/nvim ~/.cache/nvim

Releases

No releases published

Packages

No packages published

Languages