mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: lsp: lazy load on BufReadPre and BufNewFile events.
This commit is contained in:
parent
544108ee13
commit
d3a4a487a1
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
return {
|
||||
"neovim/nvim-lspconfig",
|
||||
-- event = "InsertEnter",
|
||||
lazy = true,
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
dependencies = {
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue