Compare commits

..

No commits in common. "9bed7a28d79fb7545262b7948c1837176ddb4598" and "84ffdb8380434a7ff5cf45ddefc4d8c1d6fe1540" have entirely different histories.

4 changed files with 0 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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