Files
neovim/runtime
Justin M. Keyes 5ed9916a28 feat(diagnostic): enable(…, opts)
Problem:
vim.diagnostic.enable() does not match the signature of vim.lsp.inlay_hint.enable()

Solution:
- Change the signature so that the first 2 args are (bufnr, enable).
- Introduce a 3rd `opts` arg.
    - Currently it only supports `opts.ns_id`.
2024-04-15 21:32:31 +02:00
..
2024-04-04 10:29:58 +02:00
2024-04-15 07:39:32 +08:00
2024-04-15 21:32:31 +02:00
2024-04-15 07:39:32 +08:00
2024-04-11 18:22:57 +08:00
2023-11-05 21:56:56 +01:00
2024-04-15 21:32:31 +02:00
2024-02-16 08:57:45 +01:00
2024-03-24 10:32:07 +01:00
2024-04-15 07:46:14 +08:00
2022-08-20 10:04:55 +02:00
2024-03-28 09:32:32 +08:00
2024-02-01 12:06:55 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-24 11:33:06 +09:00
2024-03-14 15:04:31 +08:00