Mason ESLint LSP
This commit is contained in:
parent
29fd31f443
commit
c7101f7eff
1 changed files with 5 additions and 0 deletions
5
init.lua
5
init.lua
|
|
@ -593,9 +593,14 @@ require('lazy').setup({
|
|||
},
|
||||
},
|
||||
|
||||
-- Rubocop LSP
|
||||
rubocop = {},
|
||||
|
||||
-- TailwindCSS LSP
|
||||
tailwindcss = {},
|
||||
|
||||
-- ESLint LSP
|
||||
eslint = {},
|
||||
}
|
||||
|
||||
-- Ensure the servers and tools above are installed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue