Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 386 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 386 Bytes

my config files To setup nvim do

Install NeoVim

sudo dnf install nvim

Install config repo

git clone https://github.com/lunchspider/config.git

Creating SymLink

ln -s ~/.config/nvim config/nvim

Clone packer

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

Launch nvim

nvim +PackerInstall

Enjoy!