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

nvim: lsp: allow server configuration to override lsp features.

This commit is contained in:
Henrik Hautakoski 2024-09-12 15:52:21 +02:00
parent 8f78a1b7d1
commit 3639b9e46b
2 changed files with 15 additions and 4 deletions

View file

@ -1,5 +1,9 @@
local lspservers = {
phpactor = {},
phpactor = {
inlay_hints = {
enabled = false
}
},
}
return {