diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-07-03 02:01:00 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-07-03 02:01:00 +0900 |
| commit | ebcfafefb398d83b5e62d2b750096c9a34aafa32 (patch) | |
| tree | 2947ef8df088e3699d4541415d25a8eabd383e3d /ar/.config | |
| parent | 9d4ea42cd35a2bcb21e8dfd4bede2b54468e8834 (diff) | |
modified plugins/lsp.lua
Diffstat (limited to 'ar/.config')
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua index 28999db..6cfafdf 100644 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua @@ -279,7 +279,22 @@ return { "sqlfluff", -- sql linter "sql-formatter", -- sql formatter "stylua", -- lua formatter + "bashls", -- bash lsp + "cssls", -- css lsp + "dockerls", -- dockerfile lsp + "docker_compose_language_service", -- docker compose lsp + "eslint", -- eslint lsp + "harper_ls", -- grammar lsp + "html", -- html lsp + "jdtls", -- java lsp + "jsonls", -- json lsp + "lua_ls", -- lua lsp + "pyright", -- python lsp + "sqls", -- sql lsp + "tailwindcss", -- tailwind lsp + "ts_ls", -- typescript lsp }, + run_on_start = false, integrations = { ["mason-lspconfig"] = true, ["mason-null-ls"] = false, |
