add ts-error-translator plugin
This commit is contained in:
parent
7ace9022a3
commit
b47b1fac3b
2 changed files with 12 additions and 1 deletions
|
|
@ -1,6 +1,14 @@
|
|||
return {
|
||||
cmd = { "tailwindcss-language-server", "--stdio" },
|
||||
filetypes = { "aspnetcorerazor", "astro", "astro-markdown", "blade", "clojure", "django-html", "htmldjango", "edge", "eelixir", "elixir", "ejs", "erb", "eruby", "gohtml", "gohtmltmpl", "haml", "handlebars", "hbs", "html", "htmlangular", "html-eex", "heex", "jade", "leaf", "liquid", "markdown", "mdx", "mustache", "njk", "nunjucks", "php", "razor", "slim", "twig", "css", "less", "postcss", "sass", "scss", "stylus", "sugarss", "javascript", "javascriptreact", "reason", "rescript", "typescript", "typescriptreact", "vue", "svelte", "templ" },
|
||||
filetypes = {
|
||||
"aspnetcorerazor", "astro", "astro-markdown", "blade", "clojure",
|
||||
"django-html", "htmldjango", "edge", "eelixir", "elixir", "ejs",
|
||||
"erb", "eruby", "gohtml", "gohtmltmpl", "haml", "handlebars", "hbs",
|
||||
"html", "htmlangular", "html-eex", "heex", "jade", "leaf", "liquid",
|
||||
"markdown", "mdx", "mustache", "njk", "nunjucks", "php", "razor",
|
||||
"slim", "twig", "css", "less", "postcss", "sass", "scss", "stylus",
|
||||
"sugarss", "javascript", "javascriptreact", "reason", "rescript",
|
||||
"typescript", "typescriptreact", "vue", "svelte", "templ" },
|
||||
root_markers = { ".git" },
|
||||
|
||||
settings = {
|
||||
|
|
|
|||
3
lua/plugins/ts-error-translator.nvim.lua
Normal file
3
lua/plugins/ts-error-translator.nvim.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
'dmmulroy/ts-error-translator.nvim'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue