Skip to content

arindas/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

~/.config/nvim

Lua based config for nvim.

screenshot

Installation

Clone this repository to ~/.config/nvim. Make sure to backup any existing nvim config dir.

mv ~/.config/nvim ~/.config/nvim.old  # move existing nvim config dir
git clone https://github.com/arindas/nvim-config.git ~/.config/nvim

Alternatively, you can clone this repository to some other path and keep a symlink. e.g.:

git clone https://github.com/arindas/nvim-config.git $HOME/source/nvim-config
ln -s ~/.config/nvim $HOME/source/nvim-config

Check nvim health

Open nvim and use the following command:

:checkhealth

Dependencies

Python and node support for nvim. (node is optional)

  • nvim python support

    pip install pynvim
    
  • neovim node support

    npm i -g neovim
    

Reference

About

Personal lua based nvim configuration

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages