Switch to lspsaga fork
This commit is contained in:
parent
d61996c98c
commit
6cd4ffeb91
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,6 @@ require('packer').startup(function ()
|
||||||
use 'folke/which-key.nvim'
|
use 'folke/which-key.nvim'
|
||||||
use 'gentoo/gentoo-syntax'
|
use 'gentoo/gentoo-syntax'
|
||||||
use 'github/copilot.vim'
|
use 'github/copilot.vim'
|
||||||
use 'glepnir/lspsaga.nvim'
|
|
||||||
use 'godlygeek/tabular'
|
use 'godlygeek/tabular'
|
||||||
use 'hrsh7th/nvim-compe'
|
use 'hrsh7th/nvim-compe'
|
||||||
use 'itchyny/lightline.vim'
|
use 'itchyny/lightline.vim'
|
||||||
|
@ -46,6 +45,7 @@ require('packer').startup(function ()
|
||||||
use 'roryokane/detectindent'
|
use 'roryokane/detectindent'
|
||||||
use 'rust-lang/rust.vim'
|
use 'rust-lang/rust.vim'
|
||||||
use 'simrat39/rust-tools.nvim'
|
use 'simrat39/rust-tools.nvim'
|
||||||
|
use 'tami5/lspsaga.nvim'
|
||||||
use 'tommcdo/vim-exchange'
|
use 'tommcdo/vim-exchange'
|
||||||
use 'tpope/vim-abolish'
|
use 'tpope/vim-abolish'
|
||||||
use 'tpope/vim-fugitive'
|
use 'tpope/vim-fugitive'
|
||||||
|
|
Loading…
Reference in a new issue