elixir-tools / elixir-tools.nvim

Neovim plugin for Elixir
MIT License
403 stars 30 forks source link

feat: telescope extension for credo issues #69

Closed wesleimp closed 1 year ago

mhanberg commented 1 year ago

I think you can just use the builtin lsp diagnostics finder

wesleimp commented 1 year ago

Yeah, you're right. I forgot about that.

mhanberg commented 1 year ago

You'd need a helper to get the namespaceid I think, but you could do Telescope diagnostics namespace=<credo lsp namespace id> if you only wanted Credo diagnostics.

I'm going to close this, but when help docs get created, we can add some suggested keymaps or pro tips in there