feat: add lsp configuration

This commit is contained in:
Ian
2026-07-12 23:58:37 +02:00
parent 559319f6af
commit 85a216b44e
6 changed files with 88 additions and 40 deletions
+8
View File
@@ -54,3 +54,11 @@ end, {
})
bind("n", "<leader><C-M-l>", "<cmd>FormatConform<cr>")
-- Lsp
bind("n", "<leader>e", vim.diagnostic.open_float)
bind("n", "<leader>gl", vim.diagnostic.setloclist)
bind("n", "<leader>gf", vim.diagnostic.setqflist)
bind("n", "<leader>f", vim.lsp.buf.format)
bind("n", "K", vim.lsp.buf.hover)
bind("n", "<leader>k", vim.lsp.buf.signature_help)