trouble.nvim/lua/trouble
Folke Lemaitre edd9684089
fix(diagnostics): ruff generates a `vim.NIL` diag code. Closes #527
2024-07-04 20:58:10 +02:00
..
config fix(highlights): link TroubleBasename to TroubleFilename. Fixes #507 2024-06-14 18:44:41 +02:00
providers fix(telescope): deprecation warning for old telescope provider 2024-05-30 14:26:18 +02:00
sources fix(lsp): use caller text for call locations in incoming lsp calls. Fixes #529 2024-07-04 20:45:29 +02:00
view style: debug 2024-06-13 19:51:42 +02:00
api.lua fix(api): only refresh on open if there's no action. Fixes #488 2024-06-07 23:29:01 +02:00
async.lua style: Support vim.loop for Neovim < 0.10 and vim.uv for 0.10 and greater (#418) 2024-05-30 14:26:18 +02:00
cache.lua perf(lsp): cache location requests 2024-05-31 16:02:37 +02:00
command.lua fix(command): weird issue with number keys. no idea when this happens. oh well... Fixes #528 2024-07-04 20:08:59 +02:00
docs.lua ci: new minit 2024-07-04 18:09:50 +02:00
filter.lua feat: added severity filter keymap and improved filtering actions 2024-05-31 13:24:35 +02:00
format.lua fix(diagnostics): ruff generates a `vim.NIL` diag code. Closes #527 2024-07-04 20:58:10 +02:00
init.lua feat: added proper api 2024-05-30 14:26:18 +02:00
item.lua fix(item): empty filenames 2024-06-23 07:34:15 +02:00
promise.lua fix(promise): vim.loop. Fixes #513 2024-06-19 18:27:12 +02:00
sort.lua refactor: types 2024-05-30 14:26:18 +02:00
spec.lua fix(spec): properly process actions. Fixes #494 2024-06-11 07:12:50 +02:00
tree.lua feat: you can now use `dd` and `d` to delete items in the trouble list. Fixes #149. Fixes #347 2024-06-07 08:52:02 +02:00
util.lua fix(util): crlf. Fixes #518 2024-06-23 07:33:58 +02:00