nvim lsp inlay hints
This commit is contained in:
parent
8a10a6fa18
commit
3961e16804
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ lsp_zero.on_attach(function(client, bufnr)
|
|||
}),
|
||||
})
|
||||
|
||||
-- inlay hints
|
||||
vim.lsp.inlay_hint.enable(true)
|
||||
|
||||
-- signature help
|
||||
require('lsp_signature').on_attach({ floating_window_above_cur_line = true }, bufnr)
|
||||
|
|
Loading…
Reference in a new issue