mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
chore(nvim):
- Hide deprecation messages - conform.nvim: None lazy load, higher timeout - vim: Lower keypress timeout to `300`
This commit is contained in:
@@ -89,7 +89,7 @@ vim.api.nvim_create_autocmd("LspAttach", {
|
||||
}):map("<leader>dx")
|
||||
|
||||
-- Native lsp inline virtual text / inlay hints
|
||||
if client and client.supports_method(vim.lsp.protocol.Methods.textDocument_inlayHint) then
|
||||
if client and client:supports_method(vim.lsp.protocol.Methods.textDocument_inlayHint) then
|
||||
vim.lsp.inlay_hint.enable(true)
|
||||
vim.api.nvim_set_hl(0, "LspInlayHint", { fg = "#5c7086", bg = "NONE" })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user