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:
parent
272d2a88be
commit
484733b98b
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user