mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-20 18:54:25 +02:00
refactor lspinstall
This commit is contained in:
parent
076de3fe2f
commit
bec8e77b47
2 changed files with 8 additions and 28 deletions
|
@ -29,7 +29,14 @@ 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 { "kabouzeid/nvim-lspinstall", event = "VimEnter" }
|
||||
use {
|
||||
"kabouzeid/nvim-lspinstall",
|
||||
event = "VimEnter",
|
||||
config = function()
|
||||
require("lspinstall").setup()
|
||||
end,
|
||||
}
|
||||
|
||||
use { "nvim-lua/popup.nvim" }
|
||||
use { "nvim-lua/plenary.nvim" }
|
||||
use { "tjdevries/astronauta.nvim" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue