Compare commits
2 commits
84ffdb8380
...
9bed7a28d7
Author | SHA1 | Date | |
---|---|---|---|
9bed7a28d7 | |||
30e5c08129 |
4 changed files with 6 additions and 0 deletions
|
@ -179,6 +179,7 @@
|
||||||
vim-wakatime
|
vim-wakatime
|
||||||
lsp_lines-nvim
|
lsp_lines-nvim
|
||||||
vim-sleuth
|
vim-sleuth
|
||||||
|
typescript-tools-nvim
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -59,6 +59,8 @@ 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,6 +60,8 @@ 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,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",
|
||||||
|
|
Loading…
Reference in a new issue