Browse Source

tree sitter

master
Juni Kim 2 years ago
parent
commit
068219b7cf
  1. 1
      install_fedora.sh
  2. 3
      install_ubuntu.sh

1
install_fedora.sh

@ -68,6 +68,7 @@ dotfiles() {
neovim() {
# install neovim
sudo dnf install -y neovim
sudo npm install -g tree-sitter-cli
git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim || exit 1
git clone https://git.junickim.me/junikimm717/nvim2023 ~/.config/nvim || exit 1
nvim -c PackerSync -c 'sleep 10' -c qa --headless

3
install_ubuntu.sh

@ -97,11 +97,12 @@ neovim() {
# install neovim
curl https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.deb -LJo "$HOME/repos/nvim-linux64.deb" || exit 1
sudo apt install "$HOME/repos/nvim-linux64.deb" -y || exit 1
sudo npm install -g tree-sitter-cli
git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim || exit 1
git clone https://git.junickim.me/junikimm717/nvim2023 ~/.config/nvim || exit 1
nvim -c PackerSync -c 'sleep 10' -c qa --headless
echo "sleeping to compile"
nvim -c 'sleep 40' -c qa --headless
nvim -c 'sleep 60' -c qa --headless
}
competitiveprogramming() {

Loading…
Cancel
Save