Michael Lingelbach
724ffe7095
feat(diagnostics): add vim.diagnostic.get_namespaces ( #15866 )
...
Many vim.diagnostic functions expect the user to pass in a namespace id.
This PR allows the user to list active diagnostic namespaces:
```lua
:lua print(vim.inspect(vim.diagnostic.get_namespaces()))
{
[7] = {
name = "vim.lsp.client-1",
opts = {},
sign_group = "vim.diagnostic.vim.lsp.client-1"
}
}
```
2021-10-01 22:50:28 -07:00
..
2021-09-22 06:12:06 -07:00
2021-05-01 14:22:52 -04:00
2021-09-13 16:33:41 +02:00
2021-10-01 19:07:55 -06:00
2021-09-22 06:12:06 -07:00
2021-09-13 16:33:41 +02:00
2021-09-13 16:33:41 +02:00
2021-10-01 22:50:28 -07:00
2021-05-01 22:29:03 -04:00
2021-09-17 19:29:27 +02:00
2021-09-17 08:17:54 +02:00
2014-12-19 15:28:49 -05:00
2021-03-09 19:21:26 +01:00
2021-06-12 13:06:49 -04:00
2021-09-22 06:12:06 -07:00
2021-04-29 21:08:09 -04:00
2021-08-30 05:27:35 -07:00
2019-07-29 20:50:07 +02:00
2021-05-27 22:37:24 +02:00
2021-04-11 17:05:42 -04:00
2021-09-22 06:12:06 -07:00
2014-07-29 02:12:31 +00:00
2021-06-11 01:01:02 +06:00
2014-07-29 02:12:31 +00:00
2021-06-11 01:01:02 +06:00
2014-07-29 02:12:31 +00:00
2014-07-29 02:12:31 +00:00
2021-04-27 09:21:32 -04:00
2021-04-28 21:57:50 -04:00
2019-07-29 20:50:07 +02:00
2021-07-02 18:12:11 +02:00
2021-05-01 22:29:03 -04:00
2019-03-11 21:00:12 +01:00
2021-07-30 21:51:26 -04:00
2014-07-29 02:12:31 +00:00
2021-05-02 12:54:06 -04:00
2021-05-01 22:29:02 -04:00