Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Sep 9, 2024
2 parents 7690940 + 6454aea commit f395fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ return {
flags = lsp_flags,
}

lspconfig.tsserver.setup {
lspconfig.ts_ls.setup {
capabilities = capabilities,
flags = lsp_flags,
filetypes = { 'js', 'javascript', 'typescript', 'ojs' },
Expand Down

0 comments on commit f395fe6

Please sign in to comment.