<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-lspconfig/lua/lspconfig/ui, branch v2.1.0</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-lspconfig/atom/lua/lspconfig/ui?h=v2.1.0</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-lspconfig/atom/lua/lspconfig/ui?h=v2.1.0'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/'/>
<updated>2024-10-02T13:57:18Z</updated>
<entry>
<title>feat(lspinfo): replace :LspInfo with :checkhealth #3339</title>
<updated>2024-10-02T13:57:18Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2024-10-02T13:57:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=e6569c18c21be5166e4b9cc7530e828b8285c84e'/>
<id>urn:sha1:e6569c18c21be5166e4b9cc7530e828b8285c84e</id>
<content type='text'>
Problem:
:LspInfo has its own "inner platlform" of highlights, mappings etc. And
it doesn't integrate with :checkhealth.

Solution:
- Move the lspinfo code to a healthcheck.
- LspInfo features such as highlights, "floating window" presentation,
  etc., should be added to :checkhealth in Nvim core, if they are really
  needed.
- Define a "q" mapping until Nvim stable has that in :checkhealth.</content>
</entry>
<entry>
<title>refactor: replace deprecated vim.loop with vim.uv</title>
<updated>2024-10-02T10:09:17Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2024-10-02T10:02:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=c25b9dd6bddb125b538f3f01cb47b4a6e606f6c5'/>
<id>urn:sha1:c25b9dd6bddb125b538f3f01cb47b4a6e606f6c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: expose config definition as `config_def` #3335</title>
<updated>2024-10-02T09:50:41Z</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2024-10-02T09:50:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=ae7698f4fe9a054c2427a8f5612422c9d6426b74'/>
<id>urn:sha1:ae7698f4fe9a054c2427a8f5612422c9d6426b74</id>
<content type='text'>
Problem:
Users/plugins may want to use the config definition without actually
activating the config via setup().

Solution:
- Expose `config_def` field and document it.
- Also undeprecate some stuff that doesn't yet have a documented
  alternative.

TODO: configs.lua sets `M.filetypes = config.filetypes` and other fields
in ad-hoc fashion "for :LspInfo" but it's not clear when those fields
are actually populated, and they don't source from `config_def`...</content>
</entry>
<entry>
<title>feat: show deprecate servers list in LspInfo (#3308)</title>
<updated>2024-09-18T12:36:07Z</updated>
<author>
<name>glepnir</name>
<email>glephunter@gmail.com</email>
</author>
<published>2024-09-18T12:36:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=73e0002b6f211376bbf36c31a2f812aedf6bd6b0'/>
<id>urn:sha1:73e0002b6f211376bbf36c31a2f812aedf6bd6b0</id>
<content type='text'>
* feat: show deprecate servers list in LspInfo

In order to smoothly transition to the vim.lsp.start interface in the future,
adding checkhealth here is meaningless. Only the lspinfo information window
is available. So shown deprecate servers list in LspInfo and update the
server deprecate remove version to 0.2.1. 0.2.0 is tagged too
quickly cause some servers not removed.


Co-authored-by: Justin M. Keyes &lt;justinkz@gmail.com&gt;</content>
</entry>
<entry>
<title>refactor: move all old get_clients to new compatible (#3159)</title>
<updated>2024-05-17T09:40:27Z</updated>
<author>
<name>glepnir</name>
<email>glephunter@gmail.com</email>
</author>
<published>2024-05-17T09:40:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=a284b14b3a9c4851f900286cd7eb68e3a8f90b1c'/>
<id>urn:sha1:a284b14b3a9c4851f900286cd7eb68e3a8f90b1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: general cleanup</title>
<updated>2024-03-07T12:01:10Z</updated>
<author>
<name>Lewis Russell</name>
<email>lewis6991@gmail.com</email>
</author>
<published>2024-03-07T11:48:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=e172dd599cff2ae5267871b5e33fb42934c4df43'/>
<id>urn:sha1:e172dd599cff2ae5267871b5e33fb42934c4df43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: remove usages of private (now deprecated) functions (#2822)</title>
<updated>2023-09-20T14:17:14Z</updated>
<author>
<name>Gregory Anders</name>
<email>8965202+gpanders@users.noreply.github.com</email>
</author>
<published>2023-09-20T14:17:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=4266f9bb36b4fb09edd19b67d95043cf7ff88ddf'/>
<id>urn:sha1:4266f9bb36b4fb09edd19b67d95043cf7ff88ddf</id>
<content type='text'>
Functions prefixed with _ should not be used, as they have no stability
guarantees from Nvim and can be removed at anytime with no warning or
replacement. _trim was such a function that was recently removed.</content>
</entry>
<entry>
<title>fix(LspInfo): error if root_dir is nil #2813</title>
<updated>2023-09-18T15:45:06Z</updated>
<author>
<name>Saltaformajo</name>
<email>i8ehkvien@mozmail.com</email>
</author>
<published>2023-09-18T15:45:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=f3195835c0447ee2c80152b893ab51ca162b04a9'/>
<id>urn:sha1:f3195835c0447ee2c80152b893ab51ca162b04a9</id>
<content type='text'>
fix #2811</content>
</entry>
<entry>
<title>feat:  wrap get root dir in coroutine . (#2565)</title>
<updated>2023-05-06T11:35:25Z</updated>
<author>
<name>Raphael</name>
<email>glepnir@neovim.pro</email>
</author>
<published>2023-05-06T11:35:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=f01429048950195bcab6c430b430fc44b2d9e05a'/>
<id>urn:sha1:f01429048950195bcab6c430b430fc44b2d9e05a</id>
<content type='text'>

Co-authored-by: ii14 &lt;59243201+ii14@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>fix(lspinfo): sub fname to check root (#2573)</title>
<updated>2023-04-24T06:33:47Z</updated>
<author>
<name>Raphael</name>
<email>glepnir@neovim.pro</email>
</author>
<published>2023-04-24T06:33:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=844e1c5b27cf4b3987587b3311a9ea4912c6d8d8'/>
<id>urn:sha1:844e1c5b27cf4b3987587b3311a9ea4912c6d8d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(lspinfo): use compatible api to set the lspinfo bufhidden option(#2500)</title>
<updated>2023-03-09T06:13:27Z</updated>
<author>
<name>Raphael</name>
<email>glepnir@neovim.pro</email>
</author>
<published>2023-03-09T06:13:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=bc62a72772724add2d6abbc92d6bee0603dbd8ef'/>
<id>urn:sha1:bc62a72772724add2d6abbc92d6bee0603dbd8ef</id>
<content type='text'>
* fix(lspinfo): set the lspinfo bufhidden to wipe

* fix: using api</content>
</entry>
<entry>
<title>fix(lspinfo): normalize fname path correctly (#2343)</title>
<updated>2023-02-15T03:23:02Z</updated>
<author>
<name>musjj</name>
<email>72612857+musjj@users.noreply.github.com</email>
</author>
<published>2023-02-15T03:23:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=e20d77deac40e6e65d036acd60aff474c0f09282'/>
<id>urn:sha1:e20d77deac40e6e65d036acd60aff474c0f09282</id>
<content type='text'>
* fix(lspinfo): normalize `fname` path correctly

* fix(lspinfo): fallback to `fnamemodify` and `resolve` if file doesn't exist

* fix(lspinfo): normalize Windows slashes and handle double separators

* nit(lspinfo): use aliases

Co-authored-by: Raphael &lt;glephunter@gmail.com&gt;

* fix: improve check

---------

Co-authored-by: Raphael &lt;glephunter@gmail.com&gt;</content>
</entry>
<entry>
<title>feat: extend the syntax for LspInfo(Title|List) (#2456)</title>
<updated>2023-02-14T02:00:56Z</updated>
<author>
<name>Yusei Ueno</name>
<email>y.say1125@gmail.com</email>
</author>
<published>2023-02-14T02:00:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=ca58ab9a4c2bd6ab2476415bd627be091952ac77'/>
<id>urn:sha1:ca58ab9a4c2bd6ab2476415bd627be091952ac77</id>
<content type='text'>
replace \k with \S
support e.g., null-ls</content>
</entry>
<entry>
<title>fix: lspinfo buffer in use error when use quit command close (#2424)</title>
<updated>2023-01-27T08:31:45Z</updated>
<author>
<name>Raphael</name>
<email>glepnir@neovim.pro</email>
</author>
<published>2023-01-27T08:31:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=1e988250a0f52a68ddb72905d623405d634e9c5d'/>
<id>urn:sha1:1e988250a0f52a68ddb72905d623405d634e9c5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: support show server doc description in LspInfo (#2373)</title>
<updated>2023-01-11T08:15:44Z</updated>
<author>
<name>Raphael</name>
<email>glepnir@neovim.pro</email>
</author>
<published>2023-01-11T08:15:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=949e65afbaec2c62fc73ccbbced80cc86cfcd8c1'/>
<id>urn:sha1:949e65afbaec2c62fc73ccbbced80cc86cfcd8c1</id>
<content type='text'>
* feat: support show server doc description in LspInfo

* feat: add show other match client desc

* fix: check buf unload

* fix: desc

Co-authored-by: William Boman &lt;william@redwill.se&gt;

* fix: imrove

* fix: improve

Co-authored-by: William Boman &lt;william@redwill.se&gt;</content>
</entry>
<entry>
<title>fix(lspinfo): safely expand filenames that don't exist on fs (#2320)</title>
<updated>2022-12-18T06:47:53Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-12-18T06:47:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=973aa14d0992df82ff82f714d978a3eb8d676600'/>
<id>urn:sha1:973aa14d0992df82ff82f714d978a3eb8d676600</id>
<content type='text'>
The filename of a buffer may point to a node on the file system that
does not yet exist. `uv.fs_realpath()` will return nil in these cases,
causing a nil exception later on. The builtin `resolve()` function will
return the provided filename as-is if it does not yet exist.

Alternatively we could stick to libuv APIs.</content>
</entry>
<entry>
<title>feat: support multiple workspaceFolders and show correct root in Lspinfo (#2304)</title>
<updated>2022-12-11T11:25:44Z</updated>
<author>
<name>Raphael</name>
<email>glepnir@neovim.pro</email>
</author>
<published>2022-12-11T11:25:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=6eb24ef9175d1fa3c7a23e115854b1a2d923d386'/>
<id>urn:sha1:6eb24ef9175d1fa3c7a23e115854b1a2d923d386</id>
<content type='text'>
* feat: support multiple workspaceFolders and show correct root in Lspinfo

* fix: add return branch

* fix: convert path before compare

* fix: improve find root dir in LspInfo

* fix: check logic

* fix: remove unnecessary code</content>
</entry>
<entry>
<title>fix: check workspae folders follow nvim version (#2301)</title>
<updated>2022-12-09T11:30:27Z</updated>
<author>
<name>Raphael</name>
<email>glepnir@neovim.pro</email>
</author>
<published>2022-12-09T11:30:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=8a3e5f9add9cd408c7063619c8d612700bf25d4d'/>
<id>urn:sha1:8a3e5f9add9cd408c7063619c8d612700bf25d4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: remove searched for message in lspinfo (#2274)</title>
<updated>2022-12-01T12:18:16Z</updated>
<author>
<name>Raphael</name>
<email>glepnir@neovim.pro</email>
</author>
<published>2022-12-01T12:18:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=cb64ead000d70716cd779ef0409ebc2ce4a464fd'/>
<id>urn:sha1:cb64ead000d70716cd779ef0409ebc2ce4a464fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: check cmd type equals function (#2142)</title>
<updated>2022-09-14T14:48:23Z</updated>
<author>
<name>Raphael</name>
<email>glepnir@neovim.pro</email>
</author>
<published>2022-09-14T14:48:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=51775b12cfbf1b6462c7b13cd020cc09e6767aea'/>
<id>urn:sha1:51775b12cfbf1b6462c7b13cd020cc09e6767aea</id>
<content type='text'>
* fix: check cmd type equals function

* fix: set meg in cmd field when is function

* fix: format with stylua

* fix: remove unused variable

* fix: improve cmd check

* fix: check executable in a table

* fix: improve

* fix: use underline instead of unused param</content>
</entry>
<entry>
<title>fix(lspinfo): nil-check config.get_root_dir (#2137)</title>
<updated>2022-09-14T08:55:32Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-09-14T08:55:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=6947a178741acef867872c367fec7f1ee55f09eb'/>
<id>urn:sha1:6947a178741acef867872c367fec7f1ee55f09eb</id>
<content type='text'>
This is currently causing an error when opening the :LspInfo window
while having a server configuration that doesn't provide a root_dir.
awk_ls is an example of such a config (it only supports single file
mode).</content>
</entry>
<entry>
<title>fix: improve highlight regex (#2131)</title>
<updated>2022-09-12T13:28:20Z</updated>
<author>
<name>Raphael</name>
<email>glepnir@neovim.pro</email>
</author>
<published>2022-09-12T13:28:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=f8b3c240edad68bf549cae6b133cf2cac85554e8'/>
<id>urn:sha1:f8b3c240edad68bf549cae6b133cf2cac85554e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: increase the lspinfo window row value (#2098)</title>
<updated>2022-08-27T11:26:50Z</updated>
<author>
<name>Raphael</name>
<email>glepnir@neovim.pro</email>
</author>
<published>2022-08-27T11:26:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=165295dcd9ac10a933d88803def117d5dff1eed0'/>
<id>urn:sha1:165295dcd9ac10a933d88803def117d5dff1eed0</id>
<content type='text'>
* fix: increase the lspinfo window row value

* fix: fixup</content>
</entry>
<entry>
<title>feat: improve LspInfo (#2081)</title>
<updated>2022-08-26T12:38:35Z</updated>
<author>
<name>Raphael</name>
<email>glepnir@neovim.pro</email>
</author>
<published>2022-08-26T12:38:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=03981bd991fe700c5a870d0a1422812045426781'/>
<id>urn:sha1:03981bd991fe700c5a870d0a1422812045426781</id>
<content type='text'>
* feat: improve LspInfo

* feat: update README for highlight

* fix: wrong typo

* fix: ci failed

* fix: remove unnecessary block

* fix: stylua format

* fix: set default border to none

* fix: update the doc

* fix: define names in if statement

* fix: use default_options to set border

* fix: use available servers list

* fix: fixup

* fix: format by stylua

* fix: use bufdelete event

* fix: format

* fix: add tips

* fix: stylua format

* fix: use wrap

* fix: add 122 to luacheck ignore

* fix: reset the default options

* fix: merge master

* fix: remove unecessary code

* feat: update the highlight group

* feat: update doc for highlight

* fix: remove highlig from README

* fix: remae highlight group in doc</content>
</entry>
<entry>
<title>fix: remove unused variables in `lspinfo.lua` (#1999)</title>
<updated>2022-07-13T22:14:50Z</updated>
<author>
<name>Peter Lithammer</name>
<email>peter.lithammer@gmail.com</email>
</author>
<published>2022-07-13T22:14:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=b084313340adc55e9414862c35585acfa7a10db3'/>
<id>urn:sha1:b084313340adc55e9414862c35585acfa7a10db3</id>
<content type='text'>
```console
$ selene .
warning[unused_variable]: buf_client_names is assigned a value, but never used
    ┌─ lua/lspconfig/ui/lspinfo.lua:160:9
    │
160 │   local buf_client_names = {}
    │         ^^^^^^^^^^^^^^^^
161 │   for _, client in pairs(buf_clients) do
162 │     table.insert(buf_client_names, client.name)
    │                  ---------------- `table.insert` only writes to `buf_client_names`

warning[unused_variable]: client_names is assigned a value, but never used
    ┌─ lua/lspconfig/ui/lspinfo.lua:171:9
    │
171 │   local client_names = {}
    │         ^^^^^^^^^^^^
    ·
176 │     table.insert(client_names, client.name)
    │                  ------------ `table.insert` only writes to `client_names`
```</content>
</entry>
<entry>
<title>fix(lspinfo): may use wrong buffer #1983</title>
<updated>2022-07-05T10:47:22Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-07-05T10:47:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=4983febe0629e9a0f3890e539a62663e1c1189d0'/>
<id>urn:sha1:4983febe0629e9a0f3890e539a62663e1c1189d0</id>
<content type='text'>
The `vim.fn.expand '%:p:h'` used to acquire the directory of the opened buffer would actually be executed in the context of the floating `:LspInfo` - causing it to return the current working directory instead of the actual buffer directory (the one that was active when opening the `:LspInfo` window).</content>
</entry>
<entry>
<title>fix(lspinfo): trim newlines in root_dir pattern (#1962)</title>
<updated>2022-06-18T13:06:33Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-06-18T13:06:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=87751b32226ab3c35d6f5fb9da796f73e8cc6648'/>
<id>urn:sha1:87751b32226ab3c35d6f5fb9da796f73e8cc6648</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(lspinfo): explain root directory not found #1939</title>
<updated>2022-06-09T13:35:32Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-06-09T13:35:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=4eac16e87f24ad26738e632446e29766e87141ae'/>
<id>urn:sha1:4eac16e87f24ad26738e632446e29766e87141ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: remove dependency on deprecated close_preview_autocommand (#1575)</title>
<updated>2021-12-17T01:22:13Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-12-17T01:22:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=64bd3b95345f2dbedc83a3d9a472662c48b3e940'/>
<id>urn:sha1:64bd3b95345f2dbedc83a3d9a472662c48b3e940</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: clean up imports</title>
<updated>2021-11-26T04:46:21Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-11-25T17:40:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=97da7ed12e7e0d86e735e38a8170e941d4ed3e9a'/>
<id>urn:sha1:97da7ed12e7e0d86e735e38a8170e941d4ed3e9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add single file mode (#1385)</title>
<updated>2021-11-11T09:00:24Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-11-11T09:00:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=0d1ce78d231773046320caa45fe1a18dfa366761'/>
<id>urn:sha1:0d1ce78d231773046320caa45fe1a18dfa366761</id>
<content type='text'>
* This adds a "single file mode" option for each language server
* Currently, if a root is not detected, a new language server is started
  for each file opened.
* Root directory is set to `nil` in start_client. Some servers will
  refuse to start, or otherwise panic. This is opt-in per server.
* Some servers, such as rust-analyzer, explicitly have a "single file
  mode", we will not support that until it is officially part of the LSP
  specification

Co-authored-by: Peter Lithammer &lt;peter.lithammer@gmail.com&gt;</content>
</entry>
<entry>
<title>feat(lspinfo): improve layout (#1186)</title>
<updated>2021-08-28T14:18:21Z</updated>
<author>
<name>kylo252</name>
<email>59826753+kylo252@users.noreply.github.com</email>
</author>
<published>2021-08-28T14:18:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=afc4571dc8c92948131d97f9a8a1512613c5d533'/>
<id>urn:sha1:afc4571dc8c92948131d97f9a8a1512613c5d533</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "feat(ui): lspinfo: better layout #1184)" (#1185)</title>
<updated>2021-08-25T12:22:13Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-08-25T12:22:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=45b6b1925664566b9d7e1f674dfaff7314f43fe5'/>
<id>urn:sha1:45b6b1925664566b9d7e1f674dfaff7314f43fe5</id>
<content type='text'>
This reverts commit d6e78ef013a57761226df5b842d52912f15011dd.</content>
</entry>
<entry>
<title>feat(ui): lspinfo: better layout #1184)</title>
<updated>2021-08-25T11:34:16Z</updated>
<author>
<name>kylo252</name>
<email>59826753+kylo252@users.noreply.github.com</email>
</author>
<published>2021-08-25T11:34:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=d6e78ef013a57761226df5b842d52912f15011dd'/>
<id>urn:sha1:d6e78ef013a57761226df5b842d52912f15011dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: refactor ui components (#1172)</title>
<updated>2021-08-24T12:40:45Z</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-08-24T12:40:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-lspconfig/commit/?id=09c3ca620e21a365630006e98823fcf4888e7e11'/>
<id>urn:sha1:09c3ca620e21a365630006e98823fcf4888e7e11</id>
<content type='text'>
</content>
</entry>
</feed>
