plugins.sh download script

This commit is contained in:
2026-05-14 13:17:45 +05:30
parent 31ca321afb
commit f20ffdc11c
2 changed files with 11 additions and 14 deletions

View File

@@ -57,17 +57,3 @@
└── test └── test
└── main.py └── 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
```

11
plugins.sh Normal file
View File

@@ -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