Switch to lspsaga fork

This commit is contained in:
buffet 2022-05-23 11:37:31 +00:00
parent d61996c98c
commit 6cd4ffeb91

View file

@ -28,7 +28,6 @@ require('packer').startup(function ()
use 'folke/which-key.nvim'
use 'gentoo/gentoo-syntax'
use 'github/copilot.vim'
use 'glepnir/lspsaga.nvim'
use 'godlygeek/tabular'
use 'hrsh7th/nvim-compe'
use 'itchyny/lightline.vim'
@ -46,6 +45,7 @@ require('packer').startup(function ()
use 'roryokane/detectindent'
use 'rust-lang/rust.vim'
use 'simrat39/rust-tools.nvim'
use 'tami5/lspsaga.nvim'
use 'tommcdo/vim-exchange'
use 'tpope/vim-abolish'
use 'tpope/vim-fugitive'