Skip to content

Commit

Permalink
✨ (nvim/lua/configs/lsp.lua) Add new LS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Comamoca committed Sep 16, 2024
1 parent 9338e92 commit d36ec3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/nvim/lua/configs/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,13 @@ local servers = {
"ts_ls",
"lua_ls",
"nil_ls",
"ruby_lsp",
"gopls",
}

-- Auto start language servers.
for _, name in ipairs(servers) do
-- for _, name in ipairs(lspconfig.util.available_servers()) do
if name == "denols" or name == "tsserver" then
lsp_settings.denols_tsserver(name)
elseif name == "tailwindcss" then
Expand Down

0 comments on commit d36ec3f

Please sign in to comment.