Skip to content

Commit

Permalink
tsserver -> ts_ls
Browse files Browse the repository at this point in the history
  • Loading branch information
Jendker committed Sep 11, 2024
1 parent 457eccb commit e20fbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/config_plugins/lsp-zero.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ local auto_filetype_packages = {
['black'] = true,
['lua_ls'] = true,
['bashls'] = true,
['tsserver'] = true,
['ts_ls'] = true,
['cssls'] = true,
['clangd'] = true,
['codelldb'] = true, -- cpp debugger
Expand Down

0 comments on commit e20fbfa

Please sign in to comment.