mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-14 11:24:43 +02:00
no lazyload lspinstall
This commit is contained in:
parent
d4822c2920
commit
a469c710bf
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,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)
|
-- 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 { "neovim/nvim-lspconfig" }
|
||||||
use { "kabouzeid/nvim-lspinstall", cmd = "LspInstall" }
|
use { "kabouzeid/nvim-lspinstall" }
|
||||||
-- Telescope
|
-- Telescope
|
||||||
use { "nvim-lua/popup.nvim" }
|
use { "nvim-lua/popup.nvim" }
|
||||||
use { "nvim-lua/plenary.nvim" }
|
use { "nvim-lua/plenary.nvim" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue