fixup! feat: improve web dev setup

This commit is contained in:
Youwen Wu 2024-10-17 01:03:43 -07:00
parent 30e5c08129
commit 9bed7a28d7
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 2 additions and 0 deletions

View file

@ -179,6 +179,7 @@
vim-wakatime vim-wakatime
lsp_lines-nvim lsp_lines-nvim
vim-sleuth vim-sleuth
typescript-tools-nvim
]; ];
}; };

View file

@ -238,6 +238,7 @@ return {
}, },
{ "rustaceanvim" }, { "rustaceanvim" },
{ "haskell-tools.nvim" }, { "haskell-tools.nvim" },
{ "typescript-tools.nvim" },
{ {
"lsp_lines.nvim", "lsp_lines.nvim",
event = "LspAttach", event = "LspAttach",