Update packer.lua
This commit is contained in:
parent
6d349778ff
commit
356fec149f
1 changed files with 5 additions and 3 deletions
|
@ -6,10 +6,7 @@ return require('packer').startup(function()
|
|||
|
||||
-- Color theme/aesthetics
|
||||
use 'beikome/cosme.vim'
|
||||
use 'vim-airline/vim-airline'
|
||||
use 'vim-airline/vim-airline-themes'
|
||||
use 'ajmwagar/vim-emoticons'
|
||||
use 'ap/vim-buftabline'
|
||||
|
||||
-- tpope
|
||||
use 'tpope/vim-surround'
|
||||
|
@ -25,6 +22,11 @@ return require('packer').startup(function()
|
|||
use 'l3mon4d3/luasnip'
|
||||
use 'onsails/lspkind.nvim'
|
||||
|
||||
-- Language specific
|
||||
use 'groenewege/vim-less'
|
||||
use 'vim-ruby/vim-ruby'
|
||||
use 'fatih/vim-go'
|
||||
|
||||
-- Others
|
||||
use ('junegunn/fzf', { run = function() vim.fn['fzf#install'](0) end })
|
||||
use 'junegunn/fzf.vim'
|
||||
|
|
Loading…
Reference in a new issue