Skip to content

Commit

Permalink
feat(lsp): tsserver renamed to ts_ls
Browse files Browse the repository at this point in the history
As per: neovim/nvim-lspconfig@bdbc65a

Signed-off-by: Jint-lzxy <[email protected]>
  • Loading branch information
Jint-lzxy committed Sep 6, 2024
1 parent 13b25a5 commit 26a955f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/core/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ settings["formatter_block_list"] = {
-- Servers in this list will skip setting formatting capabilities if rhs is true.
---@type table<string, boolean>
settings["server_formatting_block_list"] = {
lua_ls = true,
tsserver = true,
clangd = true,
lua_ls = true,
ts_ls = true,
}

-- Set it to false if you want to turn off LSP Inlay Hints
Expand Down

0 comments on commit 26a955f

Please sign in to comment.