fix(nvim): do not lazy load lspconfig

We need to load lspconfig in time for FileType auto commands to register
file types
This commit is contained in:
Price Hiller 2023-03-05 00:16:30 -06:00
parent 272d2a88be
commit 484733b98b
No known key found for this signature in database

View File

@ -233,7 +233,6 @@ lazy.setup({
-- Lspconfig -- Lspconfig
{ {
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
event = "VeryLazy",
dependencies = { dependencies = {
"hrsh7th/cmp-nvim-lsp", "hrsh7th/cmp-nvim-lsp",
"folke/neodev.nvim", "folke/neodev.nvim",