Matt Sturgeon
1fd4b6c739
plugins: migrate defaultPackage
-> package
...
Migrate all users of `mkVimPlugin` and `mkNeovimPlugin` to use the new
`package` argument instead of the old `defaultPackage` argument.
2024-09-04 03:29:34 +01:00
Matt Sturgeon
18b7597e6c
lib/neovim-plugin: drop config
arg
2024-09-02 10:35:52 +01:00
Austin Horstman
77cbd0313d
plugins/colorschemes: remove with lib;
2024-08-22 10:19:27 -05:00
Austin Horstman
fba168aba7
plugins/colorschemes: migrate helpers -> lib.nixvim
2024-08-22 09:57:31 -05:00
Matt Sturgeon
48f1e30bf7
plugins/colorschemes: normalize plugin defaults
2024-06-21 08:45:30 +01:00
traxys
62f32bfc71
treewide: Reformat with nixfmt
2024-05-05 22:00:40 +02:00
Gaetan Lepage
d5a309286d
colorschemes/rose-pine: switch to mkNeovimPlugin
2024-04-15 23:52:43 +02:00
Matt Sturgeon
4f83bcf290
Rename options
to avoid confusion with module options ( #1324 )
2024-03-29 21:58:44 +01:00
Gaetan Lepage
b6724702b4
misc: refactor imports, prefer adding helpers
to args rather than importing it
2023-11-06 16:33:39 +01:00
Wolbyte
136f059405
plugins/rose-pine: add colorscheme + test ( #435 )
...
* plugins/rose-pine: add colorscheme & test
* Fixed typo in test
* Fix invalid option in test
* Use inherit instead of cfg.groups in plugins/rose-pine.nix
* plugins/rosepine: improved formatting
2023-06-19 07:45:48 +02:00