update README to clone this repo (doesn't need auth)
This commit is contained in:
@@ -6,14 +6,14 @@ I like neovim.
|
||||
# install neovim 0.11+
|
||||
sudo add-apt-repository ppa:neovim-ppa/unstable -y
|
||||
sudo apt update
|
||||
sudo apt install neovim
|
||||
sudo apt install neovim -y
|
||||
|
||||
# install dependencies
|
||||
sudo apt install git ripgrep build-essential nodejs npm xclip -y
|
||||
sudo npm install -g pyright
|
||||
|
||||
# clone contents of this repo to ~/.config/nvim/
|
||||
git clone https://github.com/Jovan-04/neovim-config.git ~/.config/nvim
|
||||
git clone https://gitea.jovan04.com/evan/neovim-config ~/.config/nvim
|
||||
|
||||
# set up clipboard integrations
|
||||
sudo mkdir -p /usr/local/bin
|
||||
|
||||
Reference in New Issue
Block a user