<feed xmlns='http://www.w3.org/2005/Atom'>
<title>config_local_arch/home/xyz, branch ba</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?h=ba</id>
<link rel='self' href='https://git.flylightning.xyz/config_local_arch/atom/home/xyz?h=ba'/>
<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=b1c0d708a76d2d7053ecd0a6e8b1b92b7ca73c65'/>
<id>urn:sha1:b1c0d708a76d2d7053ecd0a6e8b1b92b7ca73c65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nvim workaround .md high CPU usage</title>
<updated>2026-05-02T17:58:41Z</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=f38f79565791afdfd6df49979b1a212948171165'/>
<id>urn:sha1:f38f79565791afdfd6df49979b1a212948171165</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=5d13a9670927fbc8868294b0a075df65e584eced'/>
<id>urn:sha1:5d13a9670927fbc8868294b0a075df65e584eced</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=f3f5580573132e47a0e091ba8bccae6db4d48017'/>
<id>urn:sha1:f3f5580573132e47a0e091ba8bccae6db4d48017</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=b6da9ee73fb0321d9b2811dce29b762d270708e6'/>
<id>urn:sha1:b6da9ee73fb0321d9b2811dce29b762d270708e6</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=31ab30638ad26454c1105be1bd61cd066ecef63d'/>
<id>urn:sha1:31ab30638ad26454c1105be1bd61cd066ecef63d</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>remove tinyxxd due to conflict with ex-vi-compat</title>
<updated>2026-01-30T03:25:07Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2026-01-30T03:25:07Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=564c478506a9891ff9143346834ca255e2b8b679'/>
<id>urn:sha1:564c478506a9891ff9143346834ca255e2b8b679</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustup needed to build paru</title>
<updated>2025-12-23T14:11:52Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2025-12-23T14:11:52Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=727ea16973fafd942006d1be4f590b74167a1021'/>
<id>urn:sha1:727ea16973fafd942006d1be4f590b74167a1021</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pacman-static was used to build aur/paru-static, no need now</title>
<updated>2025-12-23T13:49:45Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2025-12-23T13:49:45Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=b5b9715ae51b8e56b88a8590fe83b1283cf01089'/>
<id>urn:sha1:b5b9715ae51b8e56b88a8590fe83b1283cf01089</id>
<content type='text'>
</content>
</entry>
<entry>
<title>paru-bin has issues with libalpm, temp swtich to paru</title>
<updated>2025-12-23T13:48:02Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2025-12-23T13:48:02Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=4f1a7087155ac08c6251c9d24ea454dd034cf5e3'/>
<id>urn:sha1:4f1a7087155ac08c6251c9d24ea454dd034cf5e3</id>
<content type='text'>
</content>
</entry>
</feed>
