|
@ -7,7 +7,9 @@ return require('packer').startup(function(use) |
|
|
'nvim-telescope/telescope.nvim', tag = '0.1.1', |
|
|
'nvim-telescope/telescope.nvim', tag = '0.1.1', |
|
|
requires = { { 'nvim-lua/plenary.nvim' } } |
|
|
requires = { { 'nvim-lua/plenary.nvim' } } |
|
|
} |
|
|
} |
|
|
use 'Townk/vim-autoclose' |
|
|
|
|
|
|
|
|
use { |
|
|
|
|
|
'windwp/nvim-autopairs' |
|
|
|
|
|
} |
|
|
use { "catppuccin/nvim", as = "catppuccin" } |
|
|
use { "catppuccin/nvim", as = "catppuccin" } |
|
|
use( |
|
|
use( |
|
|
'nvim-treesitter/nvim-treesitter', { run = ':TSUpdate' } |
|
|
'nvim-treesitter/nvim-treesitter', { run = ':TSUpdate' } |
|
|