*Kim Zick
*Kim Zick
My config doesn't seem to function with the existing injections either, so I'm not really sure what's up with it. I assume it's something on my end though Thanks for...
Ah, turns out that I was overriding the wrong package, and `nixvim` was causing some slight interactions. A current checkout of `nvim-treesitter` does work, sans language hint comments of course
To be honest, it might be that most of the community uses spaces in non-empty lists, but most of the community doesn't currently use a formatter, so feedback just hasn't...
Additionally, #108 only had discussion about empty containers, not containers with at least one item
It looks like the changes for attrsets with one or more attributes wasn't added in #113, but was added in #140
#140 was also where the changes to destructured arguments were made, which I believe should be part of this discussion
Other community support for hint prefixes can found floating around: - [Helix](/helix-editor/helix) added support in https://github.com/helix-editor/helix/pull/3594 - [tree-sitter-nix](/cstrahan/tree-sitter-nix) added support in https://github.com/cstrahan/tree-sitter-nix/pull/31 - [nix-mode](/NixOS/nix-mode) has a proposal to add support...
Sort of. It seems to require prefixing, so `--flake .#hostname` doesn't work, but `--flake git+file:.#hostname` does. Without `git+file:` I get: ``` error: syntax error, unexpected '.' at «string»:1:1: 1| ....
I've updated the issue text and title
Looks like that's starting to be fixed :+1: