-
Hi there! 😊
I'm running into a bit of a tricky issue, and I hope someone can help. Sometimes, when my Android app (using launchMode: SingleTop) is opened from the background (cold start) with a dee…
-
### Description
I'm using the [helix editor](https://github.com/helix-editor/helix) and when formatting a file with `:format` while using `rnix-lsp`, it will replace the entire content of the fil…
-
nix_dump_syntax_tree_json is a terrible workaround ... compiling rnix takes forever
are there good reasons to keep this?
we can already use `nix` to parse a nix file to xml
json output i have imp…
-
I ran across https://github.com/kamadorueda/alejandra. I tried it. I liked it. But rnix-lsp doesn't seem to support using arbitrary formatters. So... Would this be a reasonable feature to ask?
-
The following is a common scenario when editing Nix:
```nix
rec {
foo.bar = 13;
xyz = foo.; # trailing period was just typed
}
```
`rnix-parser` consumes the rest of the file as an er…
-
The `nix-ts-mode` package on MELPA provides a Tree-sitter-based major mode for Nix files. Since LSP Mode already supports other third-party TS-based modes such as `jq-ts-mode`, it would make sense for…
-
I'm a kakoune user and I can't get this to work at all. I've also tried using it from helix. Both have standard lsp implementations so I'm not sure what the issue is.
nrdxp updated
3 years ago
-
Change default nix-lsp to nixd as rnix-lsp is archived
-
Currently, none of the public functions have proper documentation comments, so the generated docs are empty.
See: https://docs.rs/nix-editor/latest/nix_editor/
Documentation is needed describing w…
-
### Description
Changes like #94 (and the previous ones) have shown that it's still a thing to underestimate the performance impact of a patch.
We should thus generate benchmark reports that are…