Skip to content

ricalbr/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim neovim config

configuration for neovim text editor.

installation

install the latest version from and the required packages.

sudo pacman -Syu neovim python-pip python-virtualenv fzf ripgrep bat inotify-tools nodejs npm
sudo npm update -g

create the python 3 environment and install the required libraries

virtualenv $HOME/.venvs/nvim
source $HOME/.venvs/nvim/bin/activate
pip3 install neovim pynvim black==22.10.0 isort flake8 

clone this repository into the neovim configuration directory:

mkdir -p $HOME/.config/nvim
git clone https://www.github.com/ricalbr/nvim $HOME/.config/nvim

useful commands

  • update plugins: :lua vim.pack.update()
  • check LSP info: :LspInfo
  • debug config: :checkhealth

see also

neovim github release page


About

neovim config

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages