Matthieu Coudron

Results 605 comments of Matthieu Coudron

@mecattaf what's not working for you ? main works nicely for me. And some of the configuration is setup dependant. we can add checks to verify for instance that the...

as you can see I have nothing specific anymore, the commented code is remnants from before the multiple providers MR was merged: https://github.com/teto/home/blob/577d3a6cbb37ad874b601bc0af73e7162486d479/config/nvim/lua/teto/gp/setup.lua#L24

> I think it would be useful to compile all the info related to offline whisper somewhere. this is up to whisper's project IMO > document the steps needed to...

@joshmedeski it's being done at https://github.com/Robitx/gp.nvim/pull/93

is that a luarocks defect or rocks bad state ? in the former case, it means luarocks should be improved

> I would like to keep this compatible with non-neovim packages Makes sense, I had not realized that (considerign the orgname maybe "nvim-neorocks" ;) ). Also the scripts picks up...

I feel like this should be its own action. I fear it's adding complexity when luarocks-tag-release is already complex and was not targeted for neovim but any lua package

you can assign a priority to signs see `:h :sign-place`. Does that solve it for you ?

I see something similar: ``` @code bash jupyter kernelspec list @end #exec.start 2023.11.27T00.58.52CET #exec.end 1.0000s 0 @result jupyter kernelspec list /nix/store/zgvppg519rznbr7d8hyifp2wfwr60z9j-python3-3.11.6-env/lib/python3.11/site-packages/IPython/paths.py:69: UserWarning: IPython parent '/' is not a writable location,...

I hit this again today with novops 0.19. running sops --output-type dotenv works and returns something like ``` ANSIBLE_VAULT_PASSWORD=g8784#carotte%#adada sopsRunnerKey=AGE-SECRET-KEY-dasdasdasdadadasd # TONS of # comments ``` Turns out that if...