fix: remove deprecated message
This commit is contained in:
parent
7da7b0ff20
commit
d8ea25974e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ local capabilities = configs.capabilities
|
|||
local lspconfig = require "lspconfig"
|
||||
|
||||
-- if you just want default config for the servers then put them in a table
|
||||
local servers = { "html", "cssls", "tsserver", "yamlls", "ansiblels", "bashls", "rls", "gopls" }
|
||||
local servers = { "html", "cssls", "ts_ls", "yamlls", "ansiblels", "bashls", "rls", "gopls" }
|
||||
|
||||
for _, lsp in ipairs(servers) do
|
||||
lspconfig[lsp].setup {
|
||||
|
|
Loading…
Reference in a new issue