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:
parent
544108ee13
commit
d3a4a487a1
1 changed files with 1 additions and 2 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue