copilot: disable until I actually have the will power to fix it :p

This commit is contained in:
kossLAN 2024-09-01 02:46:31 -04:00
parent 30c6c69557
commit bb6c005380
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
8 changed files with 33 additions and 194 deletions

View file

@ -2,7 +2,6 @@ require('conform').setup {
formatters_by_ft = {
lua = { 'stylua' },
nix = { 'alejandra' },
-- java = { "google-java-format" },
-- Conform will run multiple formatters sequentially
-- python = { "isort", "black" },
-- You can customize some of the format options for the filetype (:help conform.format)