Mason ESLint LSP
This commit is contained in:
parent
29fd31f443
commit
c7101f7eff
5
init.lua
5
init.lua
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue