Felipe Lema

Results 74 comments of Felipe Lema

how can I add `revive` (or any Go binary for that matter) to CI ? code coverage is complaning about the line that sets "revive" as maker is never reached...

I'm not understanding the coverage runs... is it complaining about a _file_ that I touched and _code_ that I didn't touch? it seems to be complaining about _other_ functions' code...

I'd like to take a go at this. Is this currently being worked on by someone else?

may be related to https://github.com/golangci/golangci-lint-action/issues/496 we're using v3 there

https://github.com/nvim-telescope/telescope-frecency.nvim/issues/44 shows how to use other sorter if you're using https://github.com/natecraddock/telescope-zf-native.nvim , after setup, you can use the following code to use `zf` as sorter (prioritizes basename/file_name) ```lua require 'telescope'.extensions.frecency.frecency({...

Does https://github.com/queryverse/ElectronDisplay.jl help on this?

yup, I did the same using `vim.g._some_really_long_name_for_a_guard`, which does the same thing My concern is that new users _may_ (and this is open for discussion) run into trouble without lots...

@jbranchaud you may want to look at https://github.com/folke/neodev.nvim for that kind of problem so, I'm trying to frame this issue into a simple choice of what is to be done...

oh, goodie... can we add this expression as a test?