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:
parent
8f78a1b7d1
commit
3639b9e46b
2 changed files with 15 additions and 4 deletions
|
|
@ -1,5 +1,9 @@
|
|||
local lspservers = {
|
||||
phpactor = {},
|
||||
phpactor = {
|
||||
inlay_hints = {
|
||||
enabled = false
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue