Matthieu Coudron
Matthieu Coudron
I have a .http file with several request: ``` A ---- B --- C ``` My usual workflow is to run A -> B -> C (yet I dont want...
I've been trying to compile master version of https://github.com/kowainik/co-log/tree/main/co-log-polysemy. In my cabal.project I have ``` -- https://input-output-hk.github.io/haskell.nix/tutorials/source-repository-hashes/#handling-git-repositories-in-projects source-repository-package type: git location: https://github.com/kowainik/co-log.git subdir: co-log-polysemy tag: d2c7ad66af4e79c7a8f8d5e6c324ea3ff2739277 --sha256:1f5sjwkiiqc99n2mghg0i3qhh9d81wp76d2bk4jm4ls2chb069zn ``` Now the...
Hi, While packaging this library for nixos in order to run neovim tests, I stumbled upon this error which I believe is due to lua 5.2(.3) incompatibility. Would it be...
to ease debug. There is now in nvim-treesitter a mapping between a filetype and the grammar. At one point I had an empty match and the current message was not...
**Is your feature request related to a problem? Please describe.** I would like `luarocks test` to work out of the box, ie., let luarocks be able to run the gitsigns.nvim...
### Problem to solve I would like to have zsh and bash completion. Maybe it's already possible and they are not installed by my linux distribution but I had a...
### What is the current *bug* behavior? It's not a bug per-se but an error message that I find not clear and wonder if it could be improved: ``` 46...
I have a bunch of worktrees that are taken into account with `gita ll`. They seem to be ignored when running `gita freeze` though. I use regularly worktrees so I...
nvim-treesitter installs tons of queries ([nvim-treesitter/nvim-treesitter@master/queries](https://github.com/nvim-treesitter/nvim-treesitter/tree/master/queries?rgh-link-date=2023-05-30T12%3A09%3A30Z)) that are picked up by neovim even though we sometimes dont want those queries (when installing the upstream plugin with those queries for instance)....
I am using f603de5 I dont have a lua interpreter in PATH so running `IronRepl lua` logically fails BUT it does so in a weird way, e.g., iron.nvim starts a...