This commit is contained in:
Walter Jenkins 2025-08-12 23:10:09 -05:00
parent 83f02dbde7
commit 5bdc9a9944
7 changed files with 31 additions and 8 deletions

View file

@ -19,6 +19,7 @@ return {
'eslint_d', -- ts/js linter
'shfmt',
'ruff',
'goimports'
},
-- auto-install configured formatters & linters (with null-ls)
automatic_installation = true,