From f20ffdc11c2f212d1457b178db5e6c779b0c8bd4 Mon Sep 17 00:00:00 2001 From: Rakshit Kumar Singh Date: Thu, 14 May 2026 13:17:45 +0530 Subject: [PATCH] plugins.sh download script --- README.md | 14 -------------- plugins.sh | 11 +++++++++++ 2 files changed, 11 insertions(+), 14 deletions(-) create mode 100644 plugins.sh diff --git a/README.md b/README.md index f1e91ab..9834a9e 100644 --- a/README.md +++ b/README.md @@ -57,17 +57,3 @@ └── test └── main.py ``` - -```bash -cd ~/.config/nvim/pack/nvim/start - -git clone https://github.com/nvim-tree/nvim-tree.lua -git clone https://github.com/hrsh7th/nvim-cmp -git clone https://github.com/neovim/nvim-lspconfig -git clone https://github.com/hrsh7th/cmp-nvim-lsp -git clone https://github.com/lewis6991/gitsigns.nvim -git clone https://github.com/folke/flash.nvim -git clone https://github.com/nvim-telescope/telescope.nvim -git clone https://github.com/nvim-lua/plenary.nvim -https://github.com/nvim-treesitter/nvim-treesitter -``` diff --git a/plugins.sh b/plugins.sh new file mode 100644 index 0000000..7444165 --- /dev/null +++ b/plugins.sh @@ -0,0 +1,11 @@ +mkdir -p ~/.config/nvim/pack/nvim/start +cd ~/.config/nvim/pack/nvim/start +git clone https://github.com/nvim-tree/nvim-tree.lua +git clone https://github.com/hrsh7th/nvim-cmp +git clone https://github.com/neovim/nvim-lspconfig +git clone https://github.com/hrsh7th/cmp-nvim-lsp +git clone https://github.com/lewis6991/gitsigns.nvim +git clone https://github.com/folke/flash.nvim +git clone https://github.com/nvim-telescope/telescope.nvim +git clone https://github.com/nvim-lua/plenary.nvim +https://github.com/nvim-treesitter/nvim-treesitter