<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Lua - 标签 - YuanCoder</title>
        <link>http://yuancoder.com/tags/lua/</link>
        <description>Lua - 标签 - YuanCoder</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>yuan@yuancoder.com (Yuan)</managingEditor>
            <webMaster>yuan@yuancoder.com (Yuan)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Fri, 07 Apr 2023 10:27:41 &#43;0800</lastBuildDate><atom:link href="http://yuancoder.com/tags/lua/" rel="self" type="application/rss+xml" /><item>
    <title>Neovim 自动切切换输入法脚本</title>
    <link>http://yuancoder.com/neovim-auto-switch-input-method/</link>
    <pubDate>Fri, 07 Apr 2023 10:27:41 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/neovim-auto-switch-input-method/</guid>
    <description><![CDATA[neovim 中输入法切换很繁琐， 写个脚本来自动切换。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 -- 记录当前输入法 Current_input_method = vim.fn.system(&#34;/usr/local/bin/im-select&#34;) -- 切换到英文输入法 function Switch_to_English_input_method() Current_input_method]]></description>
</item>
</channel>
</rss>
