Compare commits
No commits in common. "9bed7a28d79fb7545262b7948c1837176ddb4598" and "84ffdb8380434a7ff5cf45ddefc4d8c1d6fe1540" have entirely different histories.
9bed7a28d7
...
84ffdb8380
4 changed files with 0 additions and 6 deletions
|
@ -179,7 +179,6 @@
|
||||||
vim-wakatime
|
vim-wakatime
|
||||||
lsp_lines-nvim
|
lsp_lines-nvim
|
||||||
vim-sleuth
|
vim-sleuth
|
||||||
typescript-tools-nvim
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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" },
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue