Commit graph

7 commits

Author SHA1 Message Date
Strikerlulu
1ed1064ce1
feat(nix): add generic completing-read support to +nix/lookup-option 2022-06-18 17:22:47 +02:00
Henrik Lissner
a178b377a0 Fix eval commands in nix-shell files 2021-02-04 07:32:26 -05:00
Henrik Lissner
15d85a5c74 Fix nix-mode for nix-shell shell scripts
Wasn't correctly detecting the interpreter argument for nix-shell
shebangs. It must be done in two parts in case cached-nix-shell is
used (which means the shebang will span 2+ lines).
2021-02-04 07:32:26 -05:00
Henrik Lissner
4841062db9
lang/nix: add a repl handler 2020-08-20 02:30:06 -04:00
Henrik Lissner
483a7caf0f
Fix (cached-)nix-shell interpreter-mode-alist entries
By combining them. Also emit a more helpful message if the
sub-interpreter cannot be read.
2020-04-14 15:38:05 -04:00
Henrik Lissner
49c7cf8172
Resolve major mode for (cached)-nix-shell scripts 2020-02-08 07:14:54 -05:00
Henrik Lissner
6f9b7a2889
lang/nix: add ivy version of helm-nixos-options
And make it nix-mode's lookup-documentation handler, so pressing `K` on
an option will prefill the ivy search.
2019-09-21 13:57:26 -04:00