feat: Add codespell

This commit is contained in:
punkfairie 2025-03-15 17:18:55 -07:00
parent a06b732d25
commit 90f90bcf48
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 2 additions and 0 deletions

View file

@ -65,6 +65,7 @@
alejandra
bash-language-server
biome
codespell
curl
docker-compose-language-service
dockerfile-language-server-nodejs

View file

@ -3,6 +3,7 @@ return {
'mfussenegger/nvim-lint',
opts = {
linters_by_ft = {
['*'] = { 'codespell' },
bash = { 'shellcheck' },
css = { 'stylelint' },
scss = { 'stylelint' },