Skip to content

Commit 478e638

Browse files
author
Vinit Kumar
committed
--wip-- [skip ci]
1 parent 5850f42 commit 478e638

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

lua/vinit/plugins.lua

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,19 @@ return require('packer').startup(function()
77
use 'tpope/vim-fugitive'
88
use {'nvim-treesitter/nvim-treesitter', run = ':TSUpdate' }
99
use 'neovim/nvim-lspconfig'
10-
use 'williamboman/nvim-lsp-installer'
11-
use 'folke/lsp-colors.nvim'
1210
use 'nvim-lua/popup.nvim'
1311
use 'hrsh7th/cmp-nvim-lsp'
1412
use 'hrsh7th/cmp-buffer'
1513
use 'hrsh7th/cmp-path'
1614
use 'hrsh7th/cmp-cmdline'
1715
use 'hrsh7th/nvim-cmp'
18-
use 'mrnugget/vim-interestingwords'
19-
use 'hrsh7th/cmp-vsnip'
20-
use 'windwp/nvim-autopairs'
21-
use 'hrsh7th/vim-vsnip'
2216
use 'ful1e5/onedark.nvim'
23-
use 'davidsierradz/cmp-conventionalcommits'
2417
use 'petertriho/cmp-git'
2518
use {
2619
'nvim-telescope/telescope.nvim', tag = '0.1.0',
2720
-- or , branch = '0.1.x',
2821
requires = { {'nvim-lua/plenary.nvim'} }
2922
}
30-
use {
31-
'kyazdani42/nvim-tree.lua',
32-
requires = {
33-
'kyazdani42/nvim-web-devicons', -- optional, for file icons
34-
},
35-
tag = 'nightly' -- optional, updated every week. (see issue #1193)
36-
}
3723
use {
3824
'nvim-lualine/lualine.nvim',
3925
requires = {'kyazdani42/nvim-web-devicons', opt = true}

0 commit comments

Comments
 (0)