nix-ts-mode
nix-ts-mode copied to clipboard
An Emacs major mode for editing Nix expressions, powered by tree-sitter [maintainer=@remi-gelinas]
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/nix-community/nix-ts-mode). ## Config Migration Needed - [ ]...
Consider the following snippet: ```Nix (enableFeature withPixelutils "pixelutils") "--bindir=${placeholder "bin"}/bin" ``` Placing the cursor inside `pixelutils` and entering `di"` in evil-mode deletes everything inside the quotes as expected. Doing the...
[](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...
Trying to indent the args here does not work; it forces them onto column 0: ``` { config, pkgs, lib, ... }: ``` Perhaps the rule of "one further than...
I'm trying to figure out how to run `make test` from a nix devshell, but am running into a wall. The way things currently work, you have to manually run...
As the title says, just finished a minimal proof of concept. [Here a small demo](https://asciinema.org/a/K67nyWMa2JF2li0df9su4xWzF), what do you think? [This](https://github.com/aciceri/nix-ts-mode/tree/improved) is the branch where I push my experiments wit. I...
It's entirely appropriate for `nix-ts-mode` to be a separate package from `nix-mode` because of its strict dependencies on Emacs 29 and treesitter. But should there be any connection between them?...
I think this video explains the situation better: [Gravação de tela de 2024-07-29 19-24-45.webm](https://github.com/user-attachments/assets/c97fe4b7-e6f9-4cad-acfa-e06fd9fc540e) As you can see, in normal nix-mode the attributes are handled like they should, but in...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [DeterminateSystems/nix-installer-action](https://togithub.com/DeterminateSystems/nix-installer-action) | action | major | `v12` -> `v13` | |...
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...