mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-08 01:11:12 +01:00
fix: correct lsp_format opt
This commit is contained in:
parent
cb670e8890
commit
d6fe138e5f
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ return {
|
|||
python = { "isort", "black" },
|
||||
},
|
||||
format_on_save = {
|
||||
lsp_fallback = true,
|
||||
lsp_format = "callback",
|
||||
async = false,
|
||||
timeout_ms = 1000,
|
||||
},
|
||||
|
@ -30,7 +30,7 @@ return {
|
|||
|
||||
vim.keymap.set({ "n", "v" }, "<leader>mp", function()
|
||||
conform.format({
|
||||
lsp_fallback = true,
|
||||
lsp_format = "callback",
|
||||
async = false,
|
||||
timeout_ms = 1000,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue