1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +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 {
"neovim/nvim-lspconfig",
-- event = "InsertEnter",
lazy = true,
event = { "BufReadPre", "BufNewFile" },
dependencies = {
{
"williamboman/mason.nvim",