another day

This commit is contained in:
Iwaniuk Krzysztof 2024-06-19 00:41:29 +02:00
parent feb59d91c5
commit 1bbc50e3a9
27 changed files with 419 additions and 246 deletions

View file

@ -5,7 +5,7 @@ return {
cmd = { 'ConformInfo' },
keys = {
{
'<leader>f',
'<A-f>',
function()
require('conform').format { async = true, lsp_fallback = true }
end,
@ -25,7 +25,7 @@ return {
--[[ c = true, cpp = true ]]
}
return {
timeout_ms = 500,
timeout_ms = 3000,
lsp_fallback = not disable_filetypes[vim.bo[bufnr].filetype],
}
end,