Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Toggle Neovim LSP Inlay Hints

~/.config/nvim/after/plugin/toggle-lsp-inlay-hints.lua

lua
-- vim.keymap.set('n', '<M-S-F7>', vim.lsp.inlay_hint.enable(0, true), { desc = "Toggle Inlay Hints" })

Footnotes And References