adding prettier as false

This commit is contained in:
cg8936
2025-02-10 15:01:17 -05:00
parent 8f90d45c69
commit d1658f4789

View File

@@ -22,11 +22,7 @@ return {
lua = { "stylua" },
python = { "isort", "black" },
},
format_on_save = {
lsp_fallback = true,
async = false,
timeout_ms = 1000,
},
format_on_save = false,
})
vim.keymap.set({ "n", "v" }, "<leader>mm", function()