首页 > AI前沿 > Txt: A fast, keyboard-driven terminal text editor for engineers

Txt: A fast, keyboard-driven terminal text editor for engineers

Hacker News 2026-09-12 03:46 2 阅读 查看原文
enabled = true server = "rust-analyzer" # Plain server with no extra arguments. [servers.rust-analyzer] command = "rust-analyzer" # Pass extra arguments via the `args` array. [servers.gopls] command = "gopls" args = ["serve", "-rpc.trace"] # Use a custom binary path and forward an initializationOptions JSON # payload during the LSP handshake. [servers.pyright] command = "/opt/homebrew/bin/pyright-langserver" args = ["--stdio"] init_options = { pythonPath = "/usr/bin/python3" } # Multiple servers can live side-by-side; the `server` key at the top # of the file selects which one is active. [servers.typescript-language-server] command = "typescript-language-server" args = ["--stdio"]