chore: add eslint

This commit is contained in:
2026-02-16 22:31:31 +08:00
parent 37e395c0e3
commit 4a885c18b8
4 changed files with 1437 additions and 4 deletions

View File

@@ -3,6 +3,15 @@ vim.lsp.config("biome", {
on_dir(vim.fn.getcwd())
end
})
vim.lsp.config("eslint", {
settings = {
eslint = {
options = {
configFile = "./nix-js/runtime-ts/eslint.config.mts"
}
}
}
})
vim.lsp.config("rust_analyzer", {
settings = {
["rust-analyzer"] = {