feat(lsp): configure eslint, tailwindcss, tsgo and prettier
This commit is contained in:
@@ -16,6 +16,7 @@ return {
|
||||
"cmake-language-server",
|
||||
dependencies = { "golines" },
|
||||
},
|
||||
"eslint-lsp",
|
||||
"gopls",
|
||||
"hyprls",
|
||||
{
|
||||
@@ -35,8 +36,26 @@ return {
|
||||
"ruff",
|
||||
"pyright",
|
||||
"pyrefly",
|
||||
{
|
||||
"prettier",
|
||||
filetypes = {
|
||||
"json",
|
||||
"jsonc",
|
||||
"markdown",
|
||||
"html",
|
||||
"css",
|
||||
"scss",
|
||||
"less",
|
||||
"javascript",
|
||||
"javascriptreact",
|
||||
"typescript",
|
||||
"typescriptreact",
|
||||
},
|
||||
},
|
||||
"rust-analyzer",
|
||||
"svelte-language-server",
|
||||
"tailwindcss-language-server",
|
||||
"tsgo",
|
||||
"zls",
|
||||
},
|
||||
},
|
||||
|
||||
@@ -23,6 +23,9 @@ local languages = {
|
||||
"markdown",
|
||||
"go",
|
||||
"svelte",
|
||||
"scss",
|
||||
"tsx",
|
||||
"typescript",
|
||||
}
|
||||
|
||||
---@type LazyPluginSpec
|
||||
|
||||
Reference in New Issue
Block a user