From 0e1e82ac994b8af6289591604be46409ccbf7479 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sat, 11 Feb 2023 09:37:07 +0530 Subject: [PATCH] neovim: better handle the initial setup --- scripts/pratham-setup.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/pratham-setup.sh b/scripts/pratham-setup.sh index ecb7959..b24148c 100755 --- a/scripts/pratham-setup.sh +++ b/scripts/pratham-setup.sh @@ -130,6 +130,14 @@ rustup default stable rustup update stable rustup component add rust-src rust-analyzer rust-analysis +# install Packer.nvim +git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim +cat < /tmp/setup-neovim +1. Install plugins using `:PackerSync` +2. Update treesitter using `:TSUpdate` +3. Check health of the `telescope` plugin using `:checkhealth telescope` +EOF +nvim /tmp/setup-neovim # get dotfiles echo -ne "\n\n\n\n"