rnix-lsp icon indicating copy to clipboard operation
rnix-lsp copied to clipboard

WIP Language Server for Nix! [maintainer=@aaronjanse]

Results 29 rnix-lsp issues
Sort by recently updated
recently updated
newest added

The biggest change here is the cleansing of all outstanding clippy lint warnings. I had to add an exception for `clippy::cast_possible_truncation` as the `lsp_types::Position` struct requires a u32, but we...

### Description I'd like to have `go to definition` for `bar` in ```nix let inherit (foo) bar; in bar; ``` ### Considered alternatives the only alternative is to explicitly write...

enhancement

### Describe the bug `nixpkgs-fmt` 1.3.0 was released 2 months ago, and nixpkgs-unstable [updated almost immediately](https://github.com/NixOS/nixpkgs/pull/178096). However rnix-lsp appears to still be using nixpkgs-fmt 1.2.0. nixpkgs-fmt 1.3.0 produces formatting differences...

bug

### Summary & Motivation See https://github.com/nix-community/rnix-lsp/issues/112

It seems that there is no significant activity in this repository and https://github.com/oxalica/nil and https://github.com/nix-community/nixd replaced it for most users. Should we just archive the repository?

question

### Describe the bug When using strings as attrset values, the duplicate detection doesn't work ### Steps to reproduce Steps to reproduce the behavior: 1. Use this file: ``` {...

bug

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 18 to 20. Release notes Sourced from cachix/install-nix-action's releases. install-nix-action-v20 https://discourse.nixos.org/t/nix-2-14-0-released/25900/4Fix support for Nix 2.14 new profile location: NixOS/nix#5226 install-nix-action-v19 expose github_access_token option and use the default...

dependencies

for https://github.com/NixOS/nixpkgs/pull/204481 updated rnix-lsp to unstable for now

### 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...

bug