1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-28 04:43:40 +02:00

nvim: lsp: lazy load on BufReadPre and BufNewFile events.

This commit is contained in:
Henrik Hautakoski 2024-10-14 16:08:12 +02:00
parent 544108ee13
commit d3a4a487a1

View file

@ -1,7 +1,6 @@
return { return {
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
-- event = "InsertEnter", event = { "BufReadPre", "BufNewFile" },
lazy = true,
dependencies = { dependencies = {
{ {
"williamboman/mason.nvim", "williamboman/mason.nvim",