Skip to content

Commit

Permalink
nvim: Change tsserver name to ts_ls
Browse files Browse the repository at this point in the history
Matching the upstream change:
neovim/nvim-lspconfig#3232
  • Loading branch information
stefanvanburen committed Sep 5, 2024
1 parent eae37d3 commit a3f8947
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .config/nvim/init.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,8 @@
lspconfig.cssls {}
;; https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#ruff
lspconfig.ruff {}
;; https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#tsserver
lspconfig.tsserver {}
;; https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#ts_ls
lspconfig.ts_ls {}
;; https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#eslint
lspconfig.eslint {}
;; https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#helm_ls
Expand Down
2 changes: 1 addition & 1 deletion .config/nvim/init.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a3f8947

Please sign in to comment.