<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>LSP on Text Matrix</title><link>https://txtmix.com/tags/lsp/</link><description>Recent content in LSP on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sat, 23 May 2026 08:20:36 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/lsp/index.xml" rel="self" type="application/rss+xml"/><item><title>oh-my-pi：集成IDE的终端AI Coding Agent</title><link>https://txtmix.com/posts/tech/oh-my-pi-integrated-ide-coding-agent/</link><pubDate>Wed, 20 May 2026 20:00:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/oh-my-pi-integrated-ide-coding-agent/</guid><description>&lt;h2 id="项目概览">项目概览&lt;/h2>
&lt;p>&lt;a href="https://github.com/can1357/oh-my-pi" target="_blank" rel="noopener noreffer ">oh-my-pi&lt;/a>（简称 omp）是终端AI Coding Agent领域的强力竞争者，将IDE完整能力直接接入Agent。与其他Agent不同，它不是简单包装bash，而是&lt;strong>内嵌了真实的编程工具链&lt;/strong>：LSP代码补全、真实调试器（DAP）、多语言执行内核。&lt;/p></description></item><item><title>OpenCode 完全指南：开源 AI Coding Agent 从入门到精通</title><link>https://txtmix.com/posts/tech/opencode-open-source-ai-coding-agent-guide/</link><pubDate>Sat, 02 May 2026 10:13:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/opencode-open-source-ai-coding-agent-guide/</guid><description>&lt;h1 id="opencode-完全指南开源-ai-coding-agent-从入门到精通">OpenCode 完全指南：开源 AI Coding Agent 从入门到精通&lt;/h1>
&lt;p>截至 2026 年初，OpenCode 在 GitHub 上已获得超过 15.3 万星标、1.77 万分支，是目前最受关注的开源 AI 编程助手之一。它由 Neovim 爱好者和 &lt;a href="https://terminal.shop" target="_blank" rel="noopener noreffer ">terminal.shop&lt;/a> 的创建者联合开发，核心目标是为开发者提供一个完全开放、无绑定提供商的终端编程环境。&lt;/p></description></item><item><title>Neovim：Vim-fork 现代化编辑器完全指南</title><link>https://txtmix.com/posts/tech/tools/neovim-vim-fork-guide/</link><pubDate>Wed, 01 Apr 2026 12:45:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/tools/neovim-vim-fork-guide/</guid><description>&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;p>阅读本文后，您将能够：&lt;/p>
&lt;ul>
&lt;li>✅ 理解 Neovim 的设计理念与 Vim 的区别&lt;/li>
&lt;li>✅ 掌握 Neovim 的安装方式（从包管理器到源码编译）&lt;/li>
&lt;li>✅ 熟练使用 Neovim 的核心功能（API、异步、Terminal）&lt;/li>
&lt;li>✅ 配置和优化 Neovim（init.vim / init.lua、插件管理）&lt;/li>
&lt;li>✅ 开发 Neovim 插件（Vimscript / Lua）&lt;/li>
&lt;li>✅ 使用 Neovim API 进行扩展开发&lt;/li>
&lt;li>✅ 理解 Neovim 的内部架构（Event Loop、RPC、UI 分离）&lt;/li>
&lt;li>✅ 从 Vim 平滑迁移到 Neovim&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="一项目概述">一、项目概述&lt;/h2>
&lt;h3 id="11-什么是-neovim">1.1 什么是 Neovim&lt;/h3>
&lt;p>&lt;strong>Neovim&lt;/strong> 是从 &lt;strong>Vim&lt;/strong> 分叉（fork）的现代化文本编辑器，专注于&lt;strong>可扩展性&lt;/strong>和&lt;strong>可用性&lt;/strong>。Neovim 不是要取代 Vim，而是通过激进的重构来：&lt;/p></description></item></channel></rss>