You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
585 B

  1. return require('packer').startup(function()
  2. -- Packer can manage itself
  3. use 'wbthomason/packer.nvim'
  4. -- colorscheme
  5. use 'gruvbox-community/gruvbox'
  6. use { 'neoclide/coc.nvim', run = 'yarn install' }
  7. use 'nvim-lua/popup.nvim'
  8. use 'nvim-lua/plenary.nvim'
  9. use 'nvim-telescope/telescope.nvim'
  10. use 'nvim-telescope/telescope-fzy-native.nvim'
  11. use 'Rican7/php-doc-modded'
  12. use 'f-person/git-blame.nvim'
  13. use 'dart-lang/dart-vim-plugin'
  14. use { 'fatih/vim-go', cmd = 'GoUpdateBinaries' }
  15. use { 'darrikonn/vim-gofmt', cmd = 'GoUpdateBinaries' }
  16. use 'aserowy/tmux.nvim'
  17. end)