From c7101f7effe9c61268c4246e88052fb8bf55cdbb Mon Sep 17 00:00:00 2001 From: Mohammad Moosazadeh Date: Sat, 1 Jun 2024 20:11:12 -0400 Subject: [PATCH] Mason ESLint LSP --- init.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.lua b/init.lua index f4d9108a..60fcd1dd 100644 --- a/init.lua +++ b/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