Fixed up copilot and added copilot chat
This commit is contained in:
parent
ea09729865
commit
de2044b7e8
5 changed files with 58 additions and 12 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue