<feed xmlns='http://www.w3.org/2005/Atom'>
<title>config_local_arch/home/xyz/.config/nvim, branch ca</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?h=ca</id>
<link rel='self' href='https://git.flylightning.xyz/config_local_arch/atom?h=ca'/>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/'/>
<updated>2026-05-02T17:58:50Z</updated>
<entry>
<title>better comment</title>
<updated>2026-05-02T17:58:50Z</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=c5623ad790cbc26dd5e715176e1bcbca43253359'/>
<id>urn:sha1:c5623ad790cbc26dd5e715176e1bcbca43253359</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=6207fe943a8cf6e66e98b4995e8937548f9e9044'/>
<id>urn:sha1:6207fe943a8cf6e66e98b4995e8937548f9e9044</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:30Z</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=b6540c72d726e9940337327b43ca3fbf05371822'/>
<id>urn:sha1:b6540c72d726e9940337327b43ca3fbf05371822</id>
<content type='text'>
</content>
</entry>
<entry>
<title>init.nvim more comment about new statusline behavior</title>
<updated>2026-05-02T17:50:22Z</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=03614369bfd43ab31901b7738bb6cf3fd196928b'/>
<id>urn:sha1:03614369bfd43ab31901b7738bb6cf3fd196928b</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=acfa0d4d212f9fdfaee23e6f26feb3a8865a82e8'/>
<id>urn:sha1:acfa0d4d212f9fdfaee23e6f26feb3a8865a82e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: nvim 0.12.1 config statusline need = at first</title>
<updated>2026-05-02T17:50:14Z</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=09dcd3062892b253f7fb34048142733db5309a4e'/>
<id>urn:sha1:09dcd3062892b253f7fb34048142733db5309a4e</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=fa1d10ee1eeccabec411b87d54fd1e0cdb7512ec'/>
<id>urn:sha1:fa1d10ee1eeccabec411b87d54fd1e0cdb7512ec</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=501e9c618c16efe78944fa1e93ba1a2c56e089b0'/>
<id>urn:sha1:501e9c618c16efe78944fa1e93ba1a2c56e089b0</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>
<entry>
<title>add comment</title>
<updated>2025-01-02T05:08:55Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2025-01-01T02:46:05Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=71aa3a4cd477f2a1142eb7ce555c156593fe7660'/>
<id>urn:sha1:71aa3a4cd477f2a1142eb7ce555c156593fe7660</id>
<content type='text'>
</content>
</entry>
<entry>
<title>upstream colorscheme seems changed fold title to yellow which is more readable, so no need to customize by myself</title>
<updated>2025-01-02T05:08:47Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2025-01-01T02:44:37Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=2e4e1c3a15179a7dcb322d5ce91b7bb31d32afa8'/>
<id>urn:sha1:2e4e1c3a15179a7dcb322d5ce91b7bb31d32afa8</id>
<content type='text'>
</content>
</entry>
</feed>
