mirror of
https://git.aramjonghu.dev/AramJonghu/nvim.git
synced 2026-09-01 07:33:31 +02:00
chore(cleanup): removed or commented unused snippits or comments
This commit is contained in:
@@ -127,13 +127,13 @@ vim.lsp.config("jdtls", {
|
||||
})
|
||||
|
||||
vim.lsp.config("phpactor", {
|
||||
settings = {
|
||||
language_server_worse_reflection = {
|
||||
inlay_hints = {
|
||||
enable = true, -- Master switch
|
||||
types = true, -- Variable type hints
|
||||
params = true, -- Parameter name hints
|
||||
},
|
||||
settings = {
|
||||
language_server_worse_reflection = {
|
||||
inlay_hints = {
|
||||
enable = true, -- Master switch
|
||||
types = true, -- Variable type hints
|
||||
params = true, -- Parameter name hints
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user