<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim_config.git/lua/config/lsp.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>feat: switch from packer.nvim to lazy.nvim</title>
<updated>2023-08-27T21:14:31Z</updated>
<author>
<name>jdhao</name>
<email>jdhao@hotmail.com</email>
</author>
<published>2023-08-27T21:13:42Z</published>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/commit/?id=1391ca7ff153636476bae6ffbf16aec076e2d191'/>
<id>urn:sha1:1391ca7ff153636476bae6ffbf16aec076e2d191</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: support venv in Mypy</title>
<updated>2023-07-25T20:59:06Z</updated>
<author>
<name>jdhao</name>
<email>jdhao@hotmail.com</email>
</author>
<published>2023-07-25T20:57:50Z</published>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/commit/?id=450f058da5eb9e5f41825c6ddafaee90de44a1ea'/>
<id>urn:sha1:450f058da5eb9e5f41825c6ddafaee90de44a1ea</id>
<content type='text'>
Specify the correct python executable path for mypy to work well.
</content>
</entry>
<entry>
<title>fix: missing nerdfonts</title>
<updated>2023-07-25T20:53:20Z</updated>
<author>
<name>jdhao</name>
<email>jdhao@hotmail.com</email>
</author>
<published>2023-07-25T20:50:39Z</published>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/commit/?id=e2f348cb371e53d2d45bc2cd8f9a23d63db2d539'/>
<id>urn:sha1:e2f348cb371e53d2d45bc2cd8f9a23d63db2d539</id>
<content type='text'>
Since wezterm upgrade its support for Nerd Fonts 3.0, we should update
the codepoints used for some of the Unicode Icons. Their code points are
changed due to breaking changes in Nerd Fonts.
</content>
</entry>
<entry>
<title>feat: update diagnostic mappings</title>
<updated>2023-07-22T13:01:41Z</updated>
<author>
<name>jdhao</name>
<email>jdhao@hotmail.com</email>
</author>
<published>2023-07-22T12:57:43Z</published>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/commit/?id=fc8175d32d0261393b184001b04109c8257609d1'/>
<id>urn:sha1:fc8175d32d0261393b184001b04109c8257609d1</id>
<content type='text'>
Use separate key mappings to show diagnostics for the current buffer and
all opened files.
</content>
</entry>
<entry>
<title>feat: update pylsp conf</title>
<updated>2023-07-22T12:51:27Z</updated>
<author>
<name>jdhao</name>
<email>jdhao@hotmail.com</email>
</author>
<published>2023-07-22T12:48:51Z</published>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/commit/?id=4034b6b6731bcd9e575c2faea46b350c73965cd9'/>
<id>urn:sha1:4034b6b6731bcd9e575c2faea46b350c73965cd9</id>
<content type='text'>
1. support using black as formatter
2. replace obsolete pyls-isort with maintained ones
</content>
</entry>
<entry>
<title>fix: omit the clangd missing message, close #180 (#186)</title>
<updated>2023-03-13T11:55:00Z</updated>
<author>
<name>jdhao</name>
<email>jdhao@hotmail.com</email>
</author>
<published>2023-03-13T11:55:00Z</published>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/commit/?id=8746c7eb11f368efb90226f8a49eec57764ba06a'/>
<id>urn:sha1:8746c7eb11f368efb90226f8a49eec57764ba06a</id>
<content type='text'>
It is not necessary to install clangd if the user does not use neovim with CPP/C.</content>
</entry>
<entry>
<title>refactor: lua language server rename (#185)</title>
<updated>2023-02-16T09:39:23Z</updated>
<author>
<name>jdhao</name>
<email>jdhao@hotmail.com</email>
</author>
<published>2023-02-16T09:39:23Z</published>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/commit/?id=7c4499728932fb8bbf30a479926489e90f3cfde0'/>
<id>urn:sha1:7c4499728932fb8bbf30a479926489e90f3cfde0</id>
<content type='text'>
The lua language server from sumneko had changed its repo and created a
new organizational repo. See also https://github.com/neovim/nvim-lspconfig/pull/2439.</content>
</entry>
<entry>
<title>Add ltex-ls support to lsp. (#166)</title>
<updated>2022-11-28T09:35:43Z</updated>
<author>
<name>bldur</name>
<email>112328437+bldur@users.noreply.github.com</email>
</author>
<published>2022-11-28T09:35:43Z</published>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/commit/?id=53c17aea969b108662d3cb614534be10d37e3170'/>
<id>urn:sha1:53c17aea969b108662d3cb614534be10d37e3170</id>
<content type='text'>
* Add ltex-ls support to lsp.

Co-authored-by: bldur (https://github.com/bldur)</content>
</entry>
<entry>
<title>refactor: use local diagnostic module</title>
<updated>2022-10-23T07:18:03Z</updated>
<author>
<name>jdhao</name>
<email>jdhao@hotmail.com</email>
</author>
<published>2022-10-23T07:16:09Z</published>
<link rel='alternate' type='text/html' href='https://git.mikehanus.xyz/nvim_config.git/commit/?id=2073f72e675a0d3097210f3ae54710a289823613'/>
<id>urn:sha1:2073f72e675a0d3097210f3ae54710a289823613</id>
<content type='text'>
</content>
</entry>
</feed>
