#remove all
rm -rf ~/.local/share/nvim/site/pack/packer/start/
# install packer
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
git clone https://github.com/lasorda/vimrc.git
if [ -d ~/.config/nvim ]; then
timestamp=$(date +%Y-%m-%d_%H-%M-%S)
mv ~/.config/nvim ~/.config/nvim_$timestamp
fi
mkdir -p ~/.config/nvim && cp -r vimrc/* ~/.config/nvim
vim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
rm -rf vimrc
-
Notifications
You must be signed in to change notification settings - Fork 2
vimrc for multi language
License
lasorda/vimrc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
vimrc for multi language
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published