<feed xmlns='http://www.w3.org/2005/Atom'>
<title>config_local_arch/home/xyz/.config/nvim, branch master</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=master</id>
<link rel='self' href='https://git.flylightning.xyz/config_local_arch/atom/home/xyz/.config/nvim?h=master'/>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/'/>
<updated>2026-05-03T07:44:40Z</updated>
<entry>
<title>add comment</title>
<updated>2026-05-03T07:44:40Z</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=d08a44c3d124c1680270c4be02b90ef824d3c69e'/>
<id>urn:sha1:d08a44c3d124c1680270c4be02b90ef824d3c69e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vim show readonly [RO] on statusline</title>
<updated>2026-05-03T06:57:18Z</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=491c68f3674c57a5e3372aaaf3b4a2d5db03f60f'/>
<id>urn:sha1:491c68f3674c57a5e3372aaaf3b4a2d5db03f60f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>better comment</title>
<updated>2026-05-01T16:43:14Z</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=1270145a7cca1132fafad287c9466500491136bc'/>
<id>urn:sha1:1270145a7cca1132fafad287c9466500491136bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nvim workaround .md high CPU usage</title>
<updated>2026-05-01T15:59:15Z</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=852c9c8c68aae2a8643bc38d6e71360374c3335e'/>
<id>urn:sha1:852c9c8c68aae2a8643bc38d6e71360374c3335e</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-04-12T22:20:04Z</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=64f0e3952f441a2623b880347142b618bd8f4150'/>
<id>urn:sha1:64f0e3952f441a2623b880347142b618bd8f4150</id>
<content type='text'>
</content>
</entry>
<entry>
<title>init.nvim more comment about new statusline behavior</title>
<updated>2026-04-12T22:15:54Z</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=f75ddf0933f3870592f9118143012cd6e9832ffb'/>
<id>urn:sha1:f75ddf0933f3870592f9118143012cd6e9832ffb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make nvim init.vim more compatible with vim</title>
<updated>2026-04-12T22:01:46Z</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=cd82ce16d306aec47a128849290dab74b3598763'/>
<id>urn:sha1:cd82ce16d306aec47a128849290dab74b3598763</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: nvim 0.12.1 config statusline need = at first</title>
<updated>2026-04-12T21:48:12Z</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=5d279e8dfc0898f00618a076fc68d756661cf6cf'/>
<id>urn:sha1:5d279e8dfc0898f00618a076fc68d756661cf6cf</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>config nvim to let gq wrap Chinese sentences</title>
<updated>2025-07-27T05:49:55Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2025-07-27T05:49:55Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=7538adb5ac559517be4317e545a01e2eced98e4a'/>
<id>urn:sha1:7538adb5ac559517be4317e545a01e2eced98e4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>upstream name change</title>
<updated>2025-03-29T11:22:45Z</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=62f6d4fbdf849bedf4a38081767529cb69b0ef61'/>
<id>urn:sha1:62f6d4fbdf849bedf4a38081767529cb69b0ef61</id>
<content type='text'>
https://github.com/neovim/neovim/issues/33075
https://github.com/neovim/neovim/pull/33122
</content>
</entry>
</feed>
