Skip to content

Commit

Permalink
Correct reference of tsserver to ts_ls in nvim configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
danrot committed Sep 9, 2024
1 parent 396e8d4 commit 182bf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ require('mason-lspconfig').setup({
'jsonls',
'lua_ls',
'phpactor',
'tsserver',
'ts_ls',
'volar',
'yamlls'
}
Expand Down

0 comments on commit 182bf14

Please sign in to comment.