gDef + py linting

This commit is contained in:
Joe Sinopoli 2025-03-11 15:55:48 -04:00
parent f2a16958d9
commit 9664fc4ff4
2 changed files with 3 additions and 0 deletions

View file

@ -566,6 +566,8 @@ require('lazy').setup({
-- For example, in C this would take you to the header.
map('gD', vim.lsp.buf.declaration, '[G]oto [D]eclaration')
map('gDef', vim.lsp.buf.hover, '[G]oto [Def]inition')
-- Show LSP message
map('gM', vim.diagnostic.open_float, '[G]oto [M]essage')