update nvim config

This commit is contained in:
2024-03-03 01:49:50 +05:30
parent 4848ca53b9
commit 0528e06873
5 changed files with 77 additions and 28 deletions

View File

@ -16,6 +16,12 @@ local options = {
markdown = { prettier },
nix = { "alejandra" },
},
format_on_save = {
lsp_fallback = true,
async = false,
timeout_ms = 1000,
},
}
require("conform").setup(options)