12 lines
544 B
Bash
12 lines
544 B
Bash
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
|
|
git clone https://github.com/nvim-treesitter/nvim-treesitter
|