jade
jade
I believe that this is a mismatch between the nix version that nix-doc was built with and the version of Nix on the system due to using Nix unstable. Might...
Check that you're using the latest version of nixpkgs. They pinned it to an older Nix version for a period of time before I fixed the plug-in and submitted a...
Heya. This autocmd fixes it: (oh damn, sorry this thing is using [my funny autocmd thing](https://github.com/lf-/dotfiles/blob/main/configs/nvim/lua/augroups.lua) but nevertheless) ```lua augroup('reload queries on query save', function(autocmd) --https://github.com/nvim-treesitter/nvim-treesitter/issues/3304 autocmd( 'BufWrite', { pattern...
I found the same bug (approximately) in the markdown highlights. The problem is specifically that `@spell` gets inherited from `inline`, which is wrong as it catches the entire document. I...
Also watch out for introducing this bug linguist got with this particular language pair: https://github.com/github/linguist/issues/5041 Verilog has synthesis attributes in `(* ... *)`, which will get misidentified as Coq comments....
Hmmm. So I've gone bughunting and I think I have found a part answer: I think based on reading `src/libfetchers/path.cc` that it will possibly do this silly copying business if...
I see the copying message, and it also takes a long time. The taking a long time leads me to believe it is being copied.
A fun thing is that `/nix/store/xxx-blah/somesubdir` is not considered a "store path" to Nix in this context, due to the subdirectory.
This was hacked around on the testsuite (although at the cost of waiting like 5 minutes for it to interpret multiple thousand modules and using an even more hilarious than...
> Said otherwise, is there a "robust" way to fix our nix develop experience so it always take the same packages as nix build, which are working. Such a good...