mirror of
https://github.com/pnx/dotfiles
synced 2026-08-23 19:48:13 +02:00
nvim: lsp: lazy load
This commit is contained in:
parent
d9da576a0c
commit
a48a5ef829
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
return {
|
return {
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
|
-- event = "InsertEnter",
|
||||||
|
lazy = true,
|
||||||
dependencies = {
|
dependencies = {
|
||||||
{
|
{
|
||||||
-- Autocomplete source
|
-- Autocomplete source
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue