mirror of
https://github.com/cap153/nvim.git
synced 2026-05-10 08:36:14 +08:00
ts和js使用deno来格式化
This commit is contained in:
parent
bd07b6ef70
commit
b7c38200f4
4 changed files with 37 additions and 14 deletions
|
|
@ -5,9 +5,9 @@ if vim.g.vscode then return end
|
|||
local arch = jit and jit.arch or ""
|
||||
local is_arm = arch:match("arm") or arch:match("aarch64")
|
||||
|
||||
local servers = { "lua_ls", "rust_analyzer", "pylsp" }
|
||||
local servers = { "lua_ls", "rust_analyzer", "pylsp", "denols", }
|
||||
if not is_arm then
|
||||
vim.list_extend(servers, { "marksman", "ts_ls", "svelte", "cssls", "html" })
|
||||
vim.list_extend(servers, { "marksman", "svelte", "cssls", "html" })
|
||||
end
|
||||
|
||||
-- 2. 插件配置清单
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue