-
https://github.com/mlvzk/manix
Elkowar has a fork of rnix that has manix support for completion.
https://github.com/elkowar/rnix-lsp
Is there any way we can get this in nil?
I would be willing…
-
**Is your feature request related to a problem? Please describe.**
`nixd` [describes](https://github.com/nix-community/nixd/blob/c38702b17580a31e84c958b5feed3d8c7407f975/nixd/docs/editor-setup.md#t…
-
**Describe the bug**
I am currently on the latest stable relese 20.09. Used to be able to pull the correct cargoSha256 from a failed build. After recently trying to override `rnix-lsp` to the latest …
nrdxp updated
8 months ago
-
### Description
Some basic code that demonstrates _modifying_ an AST.
### Considered alternatives
Poking around, playing with various things, reading tests -- currently doing that.
### Add…
-
Request for a customizable option such as `lsp-semgrep-enabled` default value `t`.
I know `semgrep` can be disabled by
```
(setq lsp-semgrep-languages nil)
```
Thank you
-
### Describe the bug
vscode says "no suggestions"
autocomplete works for javascript files, so i blame rnix-lsp
### Steps to reproduce
edit this nix file
```nix
# autocomplete
let pkgs…
-
# Currently
Default values are retrieved via
```
subprocess.run([
'nix-build',
'/etc/nixos/nixpkgs/nixos/release.nix',
'-A',
'options',…
lapp0 updated
3 years ago
-
**Describe the bug**
I want to use `follows` on the input of an input.
Though I get an error, that this is not in the registry.
**Steps To Reproduce**
1. Add an arbitrary `nixpkgs` input t…
-
### Describe the bug
Building rnix-lsp v0.2.3 against recent nixpkgs (NixOS/nixpkgs@77fda7f672726e1a95c8cd200f27bccfc86c870b) on macOS fails with
```
thread 'lookup::tests::test_provide_builtin…
-
### Describe the bug
rnix-parser does not parse floats/ints the same as the nix official parser.
### Code Snippet to reproduce
```nix
let e="e"; in [001.22e01e.30.4]
```
(ye…