style: 将项目中所有英文注释统一改为中文
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# ── Language runtimes ──
|
||||
# ── 语言运行时 ──
|
||||
nodejs
|
||||
go
|
||||
bun
|
||||
python3
|
||||
|
||||
# ── Package management / version management ──
|
||||
# ── 包管理 / 版本管理 ──
|
||||
uv
|
||||
|
||||
# ── LSP servers ──
|
||||
# ── LSP 服务器 ──
|
||||
bash-language-server
|
||||
gopls
|
||||
typescript-language-server
|
||||
@@ -22,7 +22,7 @@
|
||||
nixd
|
||||
just-lsp
|
||||
|
||||
# ── Linter / Formatter ──
|
||||
# ── 代码检查 / 格式化 ──
|
||||
biome
|
||||
ruff
|
||||
shellcheck
|
||||
@@ -31,7 +31,7 @@
|
||||
statix
|
||||
stylua
|
||||
|
||||
# ── Code intelligence ──
|
||||
# ── 代码智能 ──
|
||||
ast-grep
|
||||
];
|
||||
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
_:
|
||||
|
||||
{
|
||||
# Disable catppuccin/nix neovim integration — LazyVim manages its own colorscheme
|
||||
# 禁用 catppuccin/nix 的 Neovim 集成 — LazyVim 自行管理配色方案
|
||||
catppuccin.nvim.enable = false;
|
||||
|
||||
programs.neovim = {
|
||||
@@ -22,7 +22,7 @@ _:
|
||||
lang.docker.enable = true;
|
||||
};
|
||||
|
||||
# Catppuccin Mocha colorscheme (managed by LazyVim, not catppuccin/nix)
|
||||
# Catppuccin Mocha 配色方案(由 LazyVim 管理,非 catppuccin/nix)
|
||||
plugins = {
|
||||
colorscheme = ''
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user