Commit graph

18 commits

Author SHA1 Message Date
Gaetan Lepage
998bae9dac flake-modules -> flake 2025-01-19 12:56:24 +01:00
Gaetan Lepage
bc3b99c4d9 dev/list-plugins: make it a proper package 2024-12-16 14:57:08 +01:00
Austin Horstman
35b6d9bc9d
flake-modules/new-plugin: init
Allows quickly creating new plugins to help fulfill plugin creation
requests.
2024-12-15 14:07:26 -06:00
Quentin Boyer
dc7bca6d8c update-scripts: Add a script to search for nvim-lspconfig server packages 2024-12-15 19:12:49 +00:00
Austin Horstman
45081d5f21
flake-modules/list-plugins: add extra filters
I have been using this more and wanted to create some filters to
onlyoutput the information I cared about. This adds the ability to
filter bykind, state, and whether a plugin has deprecation warnings.
2024-08-24 09:39:29 -05:00
Matt Sturgeon
312db6b6e2
flake-modules/devshell: update tests command with link-farm support
Since we're using link-farms, we need to access the underlying tests as
`passthru.entries.*`.
2024-08-19 03:57:22 +01:00
Austin Horstman
fb4e6c2361
flake-modules/devshell: add getopt runtimeInput
Use a consistent behavior of getopt in launchtests.sh. Wasn't able to
use tests command on macbook without including this because the macOS
getopt didn't support our usage.
2024-08-15 08:02:57 -05:00
Quentin Boyer
4d874f6c11 dev: Make the serve-docs command uncached 2024-07-25 14:00:35 +00:00
traxys
7908729711 dev: Make the tests command able to select which test to launch
The `tests` command can either launch all tests (without any arguments),
a specific test with `-t/--test` or choose a test with `-i/--interactive`
2024-07-21 15:17:17 +02:00
seth
2f21379b8c
flake/devshell: make devshell optional
as this isn't used by consumers, they should be able to remove this
input via `inputs.nixvim.inputs.devshell.follows = ""`
2024-07-07 16:04:31 -04:00
Matt Sturgeon
714aa7bb18
flake/devshell: add test-lib command + improve checks 2024-06-30 17:53:35 +01:00
PerchunPak
0957f5fd89
flake/dev: fix nix-output-monitor
- Bash resolves `'${VAR:-0}'` as literal string `'${VAR:-0}'`, instead
we want a value from `$VAR`.
- Proper package name for NOM is `nix-output-monitor`, not `nom`.
2024-06-27 18:34:55 +02:00
Gaetan Lepage
744dfea48b flake/dev: add list-plugins script/command 2024-06-20 09:47:52 +02:00
traxys
62f32bfc71 treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
Loïc Reynier
233feeb8d2
treewide: fix typos (#1217) 2024-03-07 19:44:13 +01:00
Gaetan Lepage
5293373732 flake/devshell: remove "$@" in 'checks' as it doesn't work 2024-03-06 10:19:42 +01:00
Gaetan Lepage
8b0eba515d flake/devshell: forward cli args to commands 2024-03-04 11:45:36 +01:00
Gaetan Lepage
274293fd69 flake/dev: add a convenient devshell 2024-03-02 14:51:00 +01:00