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 |
|
Matt Sturgeon
|
b10a391bd0
|
plugins/ui: normalize plugin defaults
|
2024-06-21 08:49:08 +01:00 |
|
Matt Sturgeon
|
d136c08f3a
|
plugins: normalise null plugin-defaults
Replaced all instances of `"null"` with `null`, when passing
plugin-defaults to `defaultNullOpts` functions.
|
2024-06-02 03:18:10 +01:00 |
|
jrichardsen
|
a9682e28ec
|
Allow statuscol segment text to be null
Signed-off-by: jrichardsen <jonas.richardsen@gmail.com>
|
2024-05-17 16:45:15 +02:00 |
|
traxys
|
62f32bfc71
|
treewide: Reformat with nixfmt
|
2024-05-05 22:00:40 +02:00 |
|
Gaetan Lepage
|
514a51877d
|
plugins/statuscol: init
|
2024-04-16 21:15:06 +02:00 |
|