diff --git a/nvim/lua/themystery/plugins/lsp.lua b/nvim/lua/themystery/plugins/lsp.lua index c64b377..2baa936 100644 --- a/nvim/lua/themystery/plugins/lsp.lua +++ b/nvim/lua/themystery/plugins/lsp.lua @@ -125,6 +125,7 @@ return { lsp.on_attach(function(client, bufnr) local opts = { buffer = bufnr, remap = false } lsp.default_keymaps({ buffer = bufnr }) + vim.lsp.inlay_hint.enable(true) if client.server_capabilities.documentSymbolProvider then navic.attach(client, bufnr) end