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" }, lua = { "stylua" },
python = { "isort", "black" }, python = { "isort", "black" },
}, },
format_on_save = { format_on_save = false,
lsp_fallback = true,
async = false,
timeout_ms = 1000,
},
}) })
vim.keymap.set({ "n", "v" }, "<leader>mm", function() vim.keymap.set({ "n", "v" }, "<leader>mm", function()