Skip to content

billwang7599/pvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Setup

What I use as my "IDE". This uses Pvim for managing the environement which is built ontop on Neovim, and Lazy as a package manager. This also includes a file tree which uses the included nerd font.

This uses Neovim 0.10+:

# add the repo
sudo add-apt-repository ppa:neovim-ppa/unstable

# update & install
sudo apt-get update
sudo apt-get install neovim
nvim -v # check if the version is updated

Include the follow in .bashrc file.

PATH="$(pwd)/whatever/path/to/pvim:$PATH" # usually the path is /.config/pvim

Afterwards, run

source .bashrc

Sources

About

A containerized configuration of my NeoVim setup.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors