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