fixup! feat: improve web dev setup
This commit is contained in:
parent
30e5c08129
commit
9bed7a28d7
2 changed files with 2 additions and 0 deletions
|
@ -179,6 +179,7 @@
|
|||
vim-wakatime
|
||||
lsp_lines-nvim
|
||||
vim-sleuth
|
||||
typescript-tools-nvim
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -238,6 +238,7 @@ return {
|
|||
},
|
||||
{ "rustaceanvim" },
|
||||
{ "haskell-tools.nvim" },
|
||||
{ "typescript-tools.nvim" },
|
||||
{
|
||||
"lsp_lines.nvim",
|
||||
event = "LspAttach",
|
||||
|
|
Loading…
Reference in a new issue