1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim: no need to lazy load lsp-config as lsp is already lazy loaded

This commit is contained in:
Henrik Hautakoski 2024-10-14 15:41:41 +02:00
parent a6b1c92985
commit 113dc823ca
9 changed files with 1 additions and 10 deletions

View file

@ -38,7 +38,6 @@ return {
-- LSP
{
"neovim/nvim-lspconfig",
ft = { "php" },
opts = {
servers = lspservers
},