lsp redoification update

This commit is contained in:
RafayAhmad7548 2025-07-30 10:59:08 +05:00
parent 30542228ee
commit 1874df33b5
5 changed files with 164 additions and 194 deletions

View file

@ -80,6 +80,7 @@ vim.keymap.set('n', '<leader>sp', '<cmd>SessionSearch<CR>', { desc = 'search ses
-- INFO: LSP
vim.keymap.set('n', 'K', vim.lsp.buf.hover, { desc = 'lsp hover' })
vim.keymap.set('n', 'L', vim.diagnostic.open_float, { desc = 'open floating diagnostic' })
-- This function gets run when an LSP attaches to a particular buffer.