<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim_config.git, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.mikehanus.xyz/nvim_config.git/atom?h=master</id>
<link rel='self' href='https://git.mikehanus.xyz/nvim_config.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/'/>
<updated>2024-03-02T17:49:55Z</updated>
<entry>
<title>crazyshit</title>
<updated>2024-03-02T17:49:55Z</updated>
<author>
<name>Michal Hanus</name>
<email>hanus.michal@divelit.cz</email>
</author>
<published>2024-03-02T17:49:55Z</published>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/commit/?id=aab38f32e0a02e43565a554d0a76ff65636499b8'/>
<id>urn:sha1:aab38f32e0a02e43565a554d0a76ff65636499b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python from system</title>
<updated>2024-03-02T17:24:14Z</updated>
<author>
<name>Michal Hanus</name>
<email>hanus.michal@divelit.cz</email>
</author>
<published>2024-03-02T17:24:14Z</published>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/commit/?id=99353a355321d68ef4fb3c26291084b23e8f4978'/>
<id>urn:sha1:99353a355321d68ef4fb3c26291084b23e8f4978</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update some mappings</title>
<updated>2024-02-27T22:36:05Z</updated>
<author>
<name>jdhao</name>
<email>jdhao@hotmail.com</email>
</author>
<published>2024-02-27T22:27:20Z</published>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/commit/?id=2f8482639db32c665f78a211bd007aa9fc14d0c4'/>
<id>urn:sha1:2f8482639db32c665f78a211bd007aa9fc14d0c4</id>
<content type='text'>
1. fix a typo in gJ mapping when setting the mark, the correct syntax is
   `mz` (set mark `z`), not `zm`

2. fix bug with `iB` text object: previously `viB` does not work as
   expected, because it does not select the entire buffer as expected.
   After much investigation, I found it is because the `&lt;cmd&gt;` mapping
   argument. If we use `&lt;cmd&gt;` argument for mapping, the mode does not
   change. So if we use `viB`, inititally we are still in visual mode.
   Later in the implementation, when we use `` normal! `&lt;V`&gt;  `` to
   select the entire buffer, it interferes with original visual mode. As
   a result, the entire buffer is not selected. In the text obj
   implementation, we can use `exe "normal! \&lt;Esc&gt;"` to clear the visual
   mode and make `viB`, but this is not ideal. I think it is eaiser to
   just not use the `&lt;cmd&gt;` argument and use `:&lt;C-U&gt;` instead.
</content>
</entry>
<entry>
<title>Stop showing percent location</title>
<updated>2024-02-22T22:11:21Z</updated>
<author>
<name>jdhao</name>
<email>jdhao@hotmail.com</email>
</author>
<published>2024-02-22T22:10:20Z</published>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/commit/?id=050eacaee27272fa893ea8c0d7279625a05319aa'/>
<id>urn:sha1:050eacaee27272fa893ea8c0d7279625a05319aa</id>
<content type='text'>
The percent location is useless and just noise.
</content>
</entry>
<entry>
<title>update used plugins</title>
<updated>2024-02-01T19:52:26Z</updated>
<author>
<name>jdhao</name>
<email>jdhao@hotmail.com</email>
</author>
<published>2024-02-01T19:51:48Z</published>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/commit/?id=01bc4b40d3916d8f48f14b1be242379e1c806c41'/>
<id>urn:sha1:01bc4b40d3916d8f48f14b1be242379e1c806c41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove lazylock</title>
<updated>2024-02-01T19:43:55Z</updated>
<author>
<name>jdhao</name>
<email>jdhao@hotmail.com</email>
</author>
<published>2024-02-01T19:42:59Z</published>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/commit/?id=c06d46e84d8cbb0e132e0c3fbe65bda15e8658ea'/>
<id>urn:sha1:c06d46e84d8cbb0e132e0c3fbe65bda15e8658ea</id>
<content type='text'>
I don't use this feature at all.
</content>
</entry>
<entry>
<title>Update colorscheme conf</title>
<updated>2024-02-01T19:40:11Z</updated>
<author>
<name>jdhao</name>
<email>jdhao@hotmail.com</email>
</author>
<published>2024-02-01T19:37:27Z</published>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/commit/?id=7cf70f31af9aea36e288ad8d6cce12b0c8ce01df'/>
<id>urn:sha1:7cf70f31af9aea36e288ad8d6cce12b0c8ce01df</id>
<content type='text'>
1. remove some colorscheme that doesn't work well with Markdown
2. change how the colorscheme conf is organized.
</content>
</entry>
<entry>
<title>Enable nvim-tree to open dir during startup</title>
<updated>2024-01-07T14:24:47Z</updated>
<author>
<name>jdhao</name>
<email>jdhao@hotmail.com</email>
</author>
<published>2024-01-07T14:22:13Z</published>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/commit/?id=841650868606299bdebd09c9cdca5c9604ab9f09'/>
<id>urn:sha1:841650868606299bdebd09c9cdca5c9604ab9f09</id>
<content type='text'>
Now when you open a directory when starting nvim, nvim-tree will be
opened to handle the directory correctly, see also issue #257.
</content>
</entry>
<entry>
<title>bump neovim version to 0.9.5</title>
<updated>2024-01-07T13:45:29Z</updated>
<author>
<name>jdhao</name>
<email>jdhao@hotmail.com</email>
</author>
<published>2024-01-07T13:44:37Z</published>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/commit/?id=df9491b05bd3c51366185a653850a72acf2f16cb'/>
<id>urn:sha1:df9491b05bd3c51366185a653850a72acf2f16cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deal with other variant of unix timestamp</title>
<updated>2023-10-20T22:53:15Z</updated>
<author>
<name>jdhao</name>
<email>jdhao@hotmail.com</email>
</author>
<published>2023-10-20T22:52:25Z</published>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/commit/?id=17d2e3ab3ec6daa7e58902f17a68b0d92e6c374f'/>
<id>urn:sha1:17d2e3ab3ec6daa7e58902f17a68b0d92e6c374f</id>
<content type='text'>
</content>
</entry>
</feed>
