Commit graph

14 commits

Author SHA1 Message Date
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
6ab2a39e6a
plugins/utils: normalize plugin defaults 2024-06-21 08:49:09 +01:00
traxys
62f32bfc71 treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
Gaetan Lepage
2799e830b2 plugins/indent-blankline: swith to mkNeovimPlugin 2024-03-25 23:48:58 +01:00
Gaetan Lepage
83ca67566d plugins/indent-blankline: remove deprecation warnings 2024-03-25 23:48:58 +01:00
Gaetan Lepage
e2c3459d1d lib/helpers: extraOptionsOptions -> neovim-plugin.extraOptionsOptions 2024-01-28 23:39:14 +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
Gaetan Lepage
2f06f921e0 plugins/indent-blankline: update options 2023-10-23 11:08:34 +02:00
Gaetan Lepage
9f8ce75653 plugins/instant: init + test 2023-08-16 14:45:25 +02:00
Gaetan Lepage
1262c0d54f plugins/indent-blankline: add extraOptions option + test 2023-06-02 11:33:04 +02:00
Gaétan Lepage
264de8cefb
added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
Gaétan Lepage
548c76ee32
plugins/utils/indent-blankline: fix enable option (#163) 2023-02-02 18:04:36 +00:00
traxys
89bf2d660b
indent-blankline: init plugin (#161) 2023-02-01 16:11:30 +00:00