feat: add lsp popup configuration

This commit is contained in:
Ian
2026-07-15 23:51:00 +02:00
parent 8d58de8cd1
commit 0da0684f14
2 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ end, {
bind("n", "<leader><C-M-l>", "<cmd>FormatConform<cr>")
-- Lsp
bind("n", "<leader>h", vim.diagnostic.open_float)
bind("n", "<C-h>", vim.diagnostic.open_float)
bind("n", "<leader>gl", vim.diagnostic.setloclist)
bind("n", "<leader>gq", vim.diagnostic.setqflist)
bind("n", "<leader>gf", vim.lsp.buf.format)