Rearrange plugin order
This commit is contained in:
parent
d5bda8002c
commit
2b69ed3891
|
@ -1,10 +1,11 @@
|
|||
require('packer').startup(function(use)
|
||||
use 'wbthomason/packer.nvim'
|
||||
use 'rcarriga/nvim-notify'
|
||||
use 'EdenEast/nightfox.nvim'
|
||||
use 'nvim-lua/plenary.nvim'
|
||||
use 'neovim/nvim-lspconfig'
|
||||
use { 'nvim-treesitter/nvim-treesitter', run = ':TSUpdate' }
|
||||
use 'j-hui/fidget.nvim'
|
||||
use 'EdenEast/nightfox.nvim'
|
||||
use 'mileszs/ack.vim'
|
||||
use { 'stevearc/aerial.nvim', branch = 'nvim-0.5' }
|
||||
use 'tpope/vim-unimpaired'
|
||||
|
@ -27,7 +28,6 @@ require('packer').startup(function(use)
|
|||
use 'hrsh7th/vim-vsnip'
|
||||
use { 'nvim-telescope/telescope.nvim', tag = '0.1.0' }
|
||||
use { 'nvim-telescope/telescope-fzf-native.nvim', run = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' }
|
||||
use 'rcarriga/nvim-notify'
|
||||
use { 'michaelb/sniprun', run = 'bash install.sh' }
|
||||
use 'phaazon/hop.nvim'
|
||||
use 'folke/trouble.nvim'
|
||||
|
|
Loading…
Reference in a new issue