Mason ESLint LSP

This commit is contained in:
Mohammad Moosazadeh 2024-06-01 20:11:12 -04:00
parent 29fd31f443
commit c7101f7eff
1 changed files with 5 additions and 0 deletions

View File

@ -593,9 +593,14 @@ require('lazy').setup({
}, },
}, },
-- Rubocop LSP
rubocop = {}, rubocop = {},
-- TailwindCSS LSP
tailwindcss = {}, tailwindcss = {},
-- ESLint LSP
eslint = {},
} }
-- Ensure the servers and tools above are installed -- Ensure the servers and tools above are installed