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
|
|
@ -7,7 +7,6 @@ return {
|
|||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
ft = { "c", "h", "cpp", "hpp" },
|
||||
opts = {
|
||||
servers = {
|
||||
clangd = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue