mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +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 {
|
||||
"neovim/nvim-lspconfig",
|
||||
-- event = "InsertEnter",
|
||||
lazy = true,
|
||||
dependencies = {
|
||||
{
|
||||
-- Autocomplete source
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue