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:
parent
a6b1c92985
commit
113dc823ca
9 changed files with 1 additions and 10 deletions
|
|
@ -38,7 +38,6 @@ return {
|
|||
-- LSP
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
ft = { "php" },
|
||||
opts = {
|
||||
servers = lspservers
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue