Add conform for foramtting and mason back for lsp installation but nothing more

This commit is contained in:
Zam Kokott
2025-11-12 14:11:48 +00:00
parent 4acf9a7852
commit f7db5e3599
6 changed files with 27 additions and 16 deletions

View File

@@ -51,7 +51,7 @@ vim.keymap.set('n', 'gl', builtin.lsp_references, {})
vim.keymap.set('n', '<leader>d', builtin.diagnostics, {})
-- Formating
vim.keymap.set("n", "<leader>gf", vim.lsp.buf.format, {})
vim.keymap.set("n", "<leader>gf", require("conform").format, {})
-- Filesystem
vim.keymap.set("n", "<leader>e", ":Oil<CR>", {})