From 70c159035de74eb47fd0a590658e12866033c527 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 29 Jan 2026 12:20:06 +0900 Subject: modified plugins/lsp.lua --- ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua index ffea284..70cb950 100644 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua @@ -94,6 +94,7 @@ return { "bashls", "dockerls", "docker_compose_language_service", + "eslint", "harper_ls", "jdtls", "jsonls", @@ -102,6 +103,7 @@ return { "pyright", "ruff", "sqls", + "tailwindcss", "ts_ls", }, automatic_enable = true, @@ -139,7 +141,7 @@ return { }) end, ["hadolint"] = function() - lspconfig.bashls.setup({ + lspconfig.hadolint.setup({ capabilities = capabilities, }) end, @@ -223,8 +225,13 @@ return { capabilities = capabilities, }) end, + ["sql-formatter"] = function() + lspconfig.sql.setup({ + capabilities = capabilities, + }) + end, ["ts_ls"] = function() - lspconfig.ruff.setup({ + lspconfig.ts_ls.setup({ capabilities = capabilities, }) end, @@ -265,6 +272,7 @@ return { "js-debug-adapter", -- javascript debugger "markdown-toc", -- markdown toc "prettier", -- prettier formatter + "prettierd", -- css, java, javascript, typescript formatter "pylint", -- python linter "ruff", -- python formatter "shellcheck", -- bash lint -- cgit v1.2.3