<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim_config.git/lua, 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>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>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>Add diffview.nvim for viewing diffs</title>
<updated>2023-10-18T20:10:11Z</updated>
<author>
<name>jdhao</name>
<email>jdhao@hotmail.com</email>
</author>
<published>2023-10-18T20:07:14Z</published>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/commit/?id=2c9948300d3bce4c825ca0fbc217d8e5f671e1b7'/>
<id>urn:sha1:2c9948300d3bce4c825ca0fbc217d8e5f671e1b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update plugin spec</title>
<updated>2023-10-12T21:26:43Z</updated>
<author>
<name>jdhao</name>
<email>jdhao@hotmail.com</email>
</author>
<published>2023-10-12T21:26:01Z</published>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/commit/?id=dfaa3d97a58ffabaab65abf2ad303a594d53f17d'/>
<id>urn:sha1:dfaa3d97a58ffabaab65abf2ad303a594d53f17d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove obsolete options for nvim-tree</title>
<updated>2023-10-11T18:43:24Z</updated>
<author>
<name>jdhao</name>
<email>jdhao@hotmail.com</email>
</author>
<published>2023-10-11T18:42:32Z</published>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/commit/?id=8d74fcb75c49f738d16299359f15a5fc7736c09f'/>
<id>urn:sha1:8d74fcb75c49f738d16299359f15a5fc7736c09f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update to nvim 0.9.4</title>
<updated>2023-10-11T18:35:50Z</updated>
<author>
<name>jdhao</name>
<email>jdhao@hotmail.com</email>
</author>
<published>2023-10-11T18:35:12Z</published>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/commit/?id=54ca6d419198fcca6d7b8f6f81b7fa6d32e2e45c'/>
<id>urn:sha1:54ca6d419198fcca6d7b8f6f81b7fa6d32e2e45c</id>
<content type='text'>
</content>
</entry>
</feed>
