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

@ -7,8 +7,8 @@ return {
local lint = require 'lint'
lint.linters_by_ft = {
python = { 'ruff' },
-- cpp = { 'cppcheck' },
-- c = { 'cppcheck' },
cpp = { 'cppcheck' },
c = { 'cppcheck' },
javascript = { 'eslint' },
css = { 'stylelint' },
html = { 'djlint' },