diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-29 12:20:06 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-29 12:20:06 +0900 |
| commit | 70c159035de74eb47fd0a590658e12866033c527 (patch) | |
| tree | 85193914cb5683c0cf8e6ab4cdf3ed2713537c90 /ar/.config/TheSiahxyz | |
| parent | fb551cbe13aa969edd85f22eda4de65fd5a6c1b3 (diff) | |
modified plugins/lsp.lua
Diffstat (limited to 'ar/.config/TheSiahxyz')
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua | 12 |
1 files 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 |
