Fixed up copilot and added copilot chat

This commit is contained in:
Jimmy Bates 2024-06-30 05:04:40 -07:00
parent ea09729865
commit de2044b7e8
5 changed files with 58 additions and 12 deletions

View file

@ -32,6 +32,7 @@ return {
cpp = { 'clang-format' },
yaml = { 'yamlfmt' },
html = { 'djlint' },
htmldjango = { 'djlint' },
css = { { 'prettierd', 'prettier' } },
json = { 'deno_fmt' },
-- Conform can also run multiple formatters sequentially