Compare commits

...

2 commits

Author SHA1 Message Date
9bed7a28d7
fixup! feat: improve web dev setup 2024-10-17 01:03:43 -07:00
30e5c08129
feat: improve web dev setup 2024-10-17 00:59:39 -07:00
4 changed files with 6 additions and 0 deletions

View file

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

View file

@ -59,6 +59,8 @@ M.setup = function()
})
lspconfig.marksman.setup({})
lspconfig.tinymist.setup({})
lspconfig.svelte.setup({})
lspconfig.tailwindcss.setup({})
end
return M

View file

@ -60,6 +60,8 @@ return {
toml = { "taplo", stop_after_first = true },
yaml = { "prettierd", "prettier", stop_after_first = true },
typst = { "typstyle" },
tsx = { "prettier" },
svelte = { "prettier" },
},
})

View file

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