<feed xmlns='http://www.w3.org/2005/Atom'>
<title>config_local_arch/home/xyz/.config/nvim, branch pp</title>
<subtitle>Device dependent config files for Arch Linux, managed by https://git.flylightning.xyz/fsh/tree/sh/cfg (git bare repo method)</subtitle>
<id>https://git.flylightning.xyz/config_local_arch/atom/home/xyz/.config/nvim?h=pp</id>
<link rel='self' href='https://git.flylightning.xyz/config_local_arch/atom/home/xyz/.config/nvim?h=pp'/>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/'/>
<updated>2026-06-14T20:40:29Z</updated>
<entry>
<title>add comment</title>
<updated>2026-06-14T20:40:29Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2026-05-03T07:44:40Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=13c279bfd8241121983c06aed53d415b3b97197d'/>
<id>urn:sha1:13c279bfd8241121983c06aed53d415b3b97197d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vim show readonly [RO] on statusline</title>
<updated>2026-06-14T20:39:25Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2026-05-03T06:57:18Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=60a9f0d663dcc2c14d43eceb3376d9633b24d1fa'/>
<id>urn:sha1:60a9f0d663dcc2c14d43eceb3376d9633b24d1fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>better comment</title>
<updated>2026-05-02T17:58:51Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2026-05-01T16:43:14Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=e9ef460ced7a9aecef2dcc3b464eac3b159bd0dd'/>
<id>urn:sha1:e9ef460ced7a9aecef2dcc3b464eac3b159bd0dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nvim workaround .md high CPU usage</title>
<updated>2026-05-02T17:58:42Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2026-05-01T15:58:57Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=22736255110a55ca11b79b6a23aa6f0d047e25a7'/>
<id>urn:sha1:22736255110a55ca11b79b6a23aa6f0d047e25a7</id>
<content type='text'>
neovim high CPU usage when editing markdown file with many lines, e.g.,
more than 100 lines, can be workarounded with :lua vim.treesitter.stop()

https://github.com/neovim/neovim/discussions/39277
</content>
</entry>
<entry>
<title>it was changed upstream</title>
<updated>2026-05-02T17:50:31Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2026-04-12T22:20:04Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=a727e92cb63bc49322314d202198081f32149e89'/>
<id>urn:sha1:a727e92cb63bc49322314d202198081f32149e89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>init.nvim more comment about new statusline behavior</title>
<updated>2026-05-02T17:50:23Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2026-04-12T22:15:54Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=f9cf1bb45eb186b6262acc15375da3b7e938f6c7'/>
<id>urn:sha1:f9cf1bb45eb186b6262acc15375da3b7e938f6c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make nvim init.vim more compatible with vim</title>
<updated>2026-05-02T17:50:19Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2026-04-12T22:01:46Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=981b707f31f8d15cffc874412635cc43150af0df'/>
<id>urn:sha1:981b707f31f8d15cffc874412635cc43150af0df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: nvim 0.12.1 config statusline need = at first</title>
<updated>2026-05-02T17:50:15Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2026-04-12T21:48:12Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=92eb3eaff79763a1ac24bd92a54ed41e24526be5'/>
<id>urn:sha1:92eb3eaff79763a1ac24bd92a54ed41e24526be5</id>
<content type='text'>
Before nvim 0.12.1, statusline+=%&lt; as first works, now it needs =
instead of += else it will show two statuline. statusline+=%&lt; as first
seems still work with new version of vim. It maybe because now nvim `:
set statusline?` is not empty but at vim it is empty
</content>
</entry>
<entry>
<title>upstream name change</title>
<updated>2025-03-30T01:30:30Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2025-03-29T11:21:05Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=6dcd7889795ba803c8545dd8f34555aa1f5eb641'/>
<id>urn:sha1:6dcd7889795ba803c8545dd8f34555aa1f5eb641</id>
<content type='text'>
https://github.com/neovim/neovim/issues/33075
https://github.com/neovim/neovim/pull/33122
</content>
</entry>
<entry>
<title>fcitx.nvim no issue of leave search switch to pinyin</title>
<updated>2025-03-30T01:28:09Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2025-03-05T07:34:31Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=e798595ffdab0fbe5097cacf35ab519c02e52273'/>
<id>urn:sha1:e798595ffdab0fbe5097cacf35ab519c02e52273</id>
<content type='text'>
h-hg/fcitx.nvim is the only one out of the three alternatives that does
not have this issue: after / search with chinese pingyin, then enter,
then in normal mode if I press one key, e.g., k, it will trying to use
chinese pingyin instead of using english
</content>
</entry>
</feed>
