further cleanup before install
This commit is contained in:
parent
62da0cd6da
commit
1e12de316b
1 changed files with 5 additions and 1 deletions
|
@ -8,8 +8,12 @@ curl -L https://github.com/neovim/neovim/releases/download/v0.11.2/nvim-linux-x8
|
|||
chmod u+x ~/bin/nvim
|
||||
|
||||
echo "Install NvChad"
|
||||
# https://nvchad.com/docs/quickstart/install
|
||||
trash ~/.config/nvim/
|
||||
trash ~/.local/state/nvim/
|
||||
trash ~/.local/share/nvim/
|
||||
git clone https://github.com/NvChad/starter ~/.config/nvim
|
||||
|
||||
#echo "Install Lunar Vim"
|
||||
#source: https://www.lunarvim.org/docs/installation
|
||||
#LV_BRANCH='release-1.3/neovim-0.9' bash <(curl -s https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.3/neovim-0.9/utils/installer/install.sh)
|
||||
#LV_BRANCH='release-1.4/neovim-0.9' bash <(curl -s https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.4/neovim-0.9/utils/installer/install.sh)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue