mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
feat(nvim): Quality of life config changes
- Blink.nvim: Fall back to default keymaps - blink.nvim: Remove codium from sources - lsp: Enable inlay hints by default - keymap: <space+=> -> Evaluate highlighted text & paste result at end
This commit is contained in:
@@ -85,8 +85,9 @@ return {
|
||||
})
|
||||
end
|
||||
|
||||
-- Native lsp inline virtual text / inlay hints
|
||||
if client and client.supports_method(vim.lsp.protocol.Methods.textDocument_inlayHint) then
|
||||
-- vim.lsp.inlay_hint.enable()
|
||||
vim.lsp.inlay_hint.enable() -- enabled by default
|
||||
|
||||
map("<leader>cI", function()
|
||||
vim.lsp.inlay_hint.enable(not vim.lsp.inlay_hint.is_enabled({ bufnr = event.buf }))
|
||||
|
||||
Reference in New Issue
Block a user