Skip to content

Commit bddd6d6

Browse files
committed
feat: add typescript LSP
1 parent c93f16e commit bddd6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home-manager/common/neovim/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ require('lazy').setup({
582582
-- https://github.com/pmizio/typescript-tools.nvim
583583
--
584584
-- But for many setups, the LSP (`tsserver`) will work just fine
585-
-- tsserver = {},
585+
tsserver = {},
586586
--
587587

588588
lua_ls = {

0 commit comments

Comments
 (0)