add lsp restart keybind

This commit is contained in:
StuartStephens 2025-10-31 13:55:58 -04:00
parent 10273a1ecd
commit e716167f5b
1 changed files with 3 additions and 0 deletions

View File

@ -75,3 +75,6 @@ keymap('n', '<leader>td', function()
}) })
end end
end, { desc = '[T]oggle [D]iagnostics' }) end, { desc = '[T]oggle [D]iagnostics' })
-- Restart LSP
keymap('n', '<leader>lr', ':LspRestart<CR>', { desc = '[L]SP [R]estart' })