Skip to content

Commit

Permalink
fix(nvim): migrate to ts_ls (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
louib-bitgo authored Sep 19, 2024
1 parent 520df75 commit 3c0df51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flakes/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ local function configure_lsp()
})

-- Documented at https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#tsserver
require('lspconfig').tsserver.setup({
require('lspconfig').ts_ls.setup({
on_attach = custom_lsp_attach,
flags = lsp_flags,
})
Expand Down

0 comments on commit 3c0df51

Please sign in to comment.