Upgradet ts setup and vue support

This commit is contained in:
2025-07-16 15:44:45 +02:00
parent 029310a027
commit d5b9b5ac6a
3 changed files with 63 additions and 45 deletions

View File

@@ -7,9 +7,9 @@ return {
local lint = require 'lint'
lint.linters_by_ft = {
markdown = { 'markdownlint' },
javascript = { 'eslint_d' },
typescript = { 'eslint_d' },
vue = { 'eslint_d' },
-- javascript = { 'eslint_d' },
-- typescript = { 'eslint_d' },
-- vue = { 'eslint_d' },
}
-- To allow other plugins to add linters to require('lint').linters_by_ft,