Linux configuration stuffs
at main 10 lines 180 B view raw
1return { 2 "stevearc/conform.nvim", 3 enabled = false, 4 opts = { 5 default_format_opts = { lsp_format = "fallback" }, 6 format_on_save = { 7 timeout_ms = 1000 8 } 9 } 10}