Skip to content

Neidr4/nvim_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim_config

Personal nvim config

Installing neovim from source

Get the latest stable version:

sudo apt-get install ninja-build gettext cmake unzip curl build-essential;
git clone --depth 1 --branch stable https://github.com/neovim/neovim.git;
cd neovim;
sudo make CMAKE_BUILD_TYPE=Release install;

Installing plug-ins

git clone git@github.com:Neidr4/nvim_config.git ~/.config/;
cd ~/.config; mv nvim_config nvim;

Installing plug-ins

Setup other stuff:

sudo apt install fzf ripgrep xclip

Install Packer:

git clone --depth 1 git@github.com:wbthomason/packer.nvim.git ~/.local/share/nvim/site/pack/packer/start/packer.nvim

Install packages from Packer:

nvim $HOME/.config/nvim/lua/neidr4/packer.lua
:source
:PackerSync

Then you can restart and enjoy nvim ;)

About

Personal nvim config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages