Files
neovim/runtime/lua
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-06 16:42:26 +02:00
2024-04-15 21:32:31 +02:00
2023-09-10 11:43:37 +02:00