mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-26 23:28:33 +02:00
feat: upgarde to new ts lsp name
This commit is contained in:
parent
8a2b859240
commit
e935e9c93c
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -473,7 +473,7 @@ local servers = {
|
||||||
dockerls = {},
|
dockerls = {},
|
||||||
-- gradle_ls = {},
|
-- gradle_ls = {},
|
||||||
pyright = {},
|
pyright = {},
|
||||||
tsserver = {},
|
ts_ls = {},
|
||||||
html = {},
|
html = {},
|
||||||
jsonls = {},
|
jsonls = {},
|
||||||
-- jdtls = {},
|
-- jdtls = {},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue