mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-02 00:56:02 +02:00
fix lspsaga
This commit is contained in:
parent
4d6cc88e0f
commit
e0b1654377
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ return require("packer").startup(function(use)
|
|||
|
||||
-- TODO refactor all of this (for now it works, but yes I know it could be wrapped in a simpler function)
|
||||
use {"neovim/nvim-lspconfig"}
|
||||
use {"glepnir/lspsaga.nvim", event = "BufRead"}
|
||||
use {"glepnir/lspsaga.nvim"}
|
||||
use {"kabouzeid/nvim-lspinstall"}
|
||||
-- Telescope
|
||||
use {"nvim-lua/popup.nvim"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue