adding prettier as false
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user