Skip to content

Commit

Permalink
Add tsserver config
Browse files Browse the repository at this point in the history
  • Loading branch information
JBarlowDev committed Jul 3, 2022
1 parent b1041ae commit efe297e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .config/nvim/lua/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ require('lspconfig')['sumneko_lua'].setup {
}
}
}

require('lspconfig')['tsserver'].setup {
on_attach = on_attach,
flags = lsp_flags
}

0 comments on commit efe297e

Please sign in to comment.