Commit graph

130 commits

Author SHA1 Message Date
FKouhai
7d18194a22 colorschemes/kanagawa-paper: init 2025-05-04 20:42:00 +01:00
Gaetan Lepage
eb719d80a8 colorschemes/github-theme: init 2025-04-06 17:03:26 +02:00
Gaetan Lepage
e908e344f4 treewide: use boolean comparison to simplify the code base 2025-01-29 18:04:00 +01:00
Austin Horstman
8e5422bf3e plugins/base16: fix packPathName 2025-01-26 11:58:32 -06:00
Gaetan Lepage
af6e4b0bad treewide: use mkAssertions wherever possible 2025-01-20 14:23:55 +01:00
Gaetan Lepage
2ec6218f87 treewide: use mkWarnings wherever possible 2025-01-20 12:25:33 +00:00
Gaetan Lepage
1e564fae7d colorschemes/monokai-pro: init 2025-01-06 23:07:53 +00:00
Gaetan Lepage
24ac8f651d plugins.*: use defaultNullOpts.mkProportion wherever possible 2025-01-03 23:31:37 +01:00
Matt Sturgeon
43a3171dec
treewide: vim-plugin -> plugins 2024-12-22 10:04:17 +00:00
Matt Sturgeon
5e9a6c00a9
treewide: neovim-plugin -> plugins 2024-12-22 10:04:00 +00:00
bitterlox
f4b7fd46f6
plugins/palette: fix minor typo; (#2696) 2024-12-17 08:47:56 -06:00
Gaetan Lepage
c179d47d3d plugins/*: use new mkSettingsRenamedOptionModules 2024-12-16 10:49:09 +00:00
Austin Horstman
c37031d71f
treewide: luaName -> moduleName
Jus to closer align with its usage.
2024-12-13 21:30:36 -06:00
Austin Horstman
a7012e7864
treewide: originalName -> packPathName
We used to only think of it as the plugin repo's name, but we have been
needing to use it for the name of the plugin's packpath location.
2024-12-13 21:29:00 -06:00
Gaetan Lepage
c181014422 colorschemes/dracula: switch to mkVimPlugin 2024-12-13 16:26:54 +01:00
Austin Horstman
6fcf389a8d
colorschemes/catppuccin: add originalName
Supports lazy loading
2024-12-12 17:32:02 -06:00
Gaetan Lepage
ae78face8d
treewide: format with latest nixfmt 2024-12-06 15:25:27 +00:00
Matt Sturgeon
7b94afceaf
plugins: cleanup most extraConfig args
- Remove `cfg` where it is unused.
- Use `opts` where necessary.
2024-11-20 20:55:16 +00:00
Matt Sturgeon
d718446b61
lib: remove maintainers alias 2024-09-27 05:31:26 +01:00
Quentin Boyer
d2f9e011d9 lib/neovim-plugin: Add lua configuration scoped to the plugin
This commit adds a `plugins.<name>.luaConfig` section controlling the
plugin specific configuration.

The section contains the internal `init` option, containing the plugin's
initialization code.

It also contains the public `pre` and `post` options, that allow to add
code before & after the `init` section

Finally, it contains the `final` option, being the concatenation of the
three previous options.
2024-09-22 16:15:27 +00:00
sportshead
061d47f7c5
plugins/tokyonight: add moon style to settings
Default style since tokyonight v4.0.0. See [folke/tokyonight.nvim
blame](766be08803 (diff-2118ce7f3d4c28292bfec01fd0828fa01ea8b5505df921c874452e35997939c5R9))
2024-09-18 10:33:57 +01:00
Austin Horstman
59d03e76d9
colorschemes/palette: use lsp package 2024-09-14 19:23:53 -05:00
Nate Smith
fc7e9b2927 colorschemes/modus: add new configuration option
The `hide_inactive_statusline` option is available in newer versions of
the theme.
2024-09-10 20:35:37 +00:00
Matt Sturgeon
934484709a
colorschemes/everforest: mkEverforestBool -> mkFlagInt 2024-09-08 14:02:03 +01:00
Matt Sturgeon
ec61ca9b08
plugins: fix "int flag" style options 2024-09-08 14:02:03 +01:00
Austin Horstman
d12045e057
plugins/lualine: migrate to mkNeovimPlugin 2024-09-07 14:13:01 -05:00
Matt Sturgeon
7409e80bd2
plugins: remove all uses of lib.nixvim.mkPluginPackageOption 2024-09-05 01:32:12 +01:00
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
Austin Horstman
d928d6deb1
colorschemes/dracula-nvim: fixes 2024-09-03 19:08:04 -05:00
refaelsh
3f9cf9f961 Remove config 2024-09-03 22:25:54 +03:00
refaelsh
f3a811cf25 plugins/dracula.nvim: init 2024-09-03 21:56:46 +03:00
Matt Sturgeon
18b7597e6c
lib/neovim-plugin: drop config arg 2024-09-02 10:35:52 +01:00
Matt Sturgeon
2a054b039e
lib/vim-plugin: drop config arg
Instead, access it via an imported module
2024-09-02 10:33:50 +01:00
Austin Horstman
4c8d3559ac
plugins/lightline: migrate to mkNeovimPlugin 2024-08-23 18:26:24 -05: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
c0ea106b4b
colorschemes/base16: add settings + refactor
Added support for the plugin's "advanced" config settings.

Removed the enum restriction and prefix concatenation, allowing anything
to be passed through, including raw lua: fixes #1675

The theme list is now much shorter and is included directly in the option
description.

Some general cleanup, in particular to `extraConfig` and `customColorschemeType`.
2024-07-08 10:21:27 +01:00
Jamis Hartley
ab9bca4a1e colorschems/everforest: init 2024-06-28 01:09:46 +01:00
Matt Sturgeon
48f1e30bf7
plugins/colorschemes: normalize plugin defaults 2024-06-21 08:45:30 +01:00
Nate Smith
2031a09b36 colorschemes/modus: init 2024-05-29 20:52:07 +01:00
Gaetan Lepage
cf037458dd colorschemes/nightfox: add flavor option 2024-05-29 07:41:21 +02:00
Gaetan Lepage
deafcf44de colorschemes/nightfox: init 2024-05-28 21:01:19 +02:00
Gaetan Lepage
26367692da lib/options: rename mkPackageOption to mkPluginPackageOption 2024-05-17 22:15:47 +02:00
traxys
62f32bfc71 treewide: Reformat with nixfmt 2024-05-05 22:00:40 +02:00
theabm
82a19581de colorschemes/cyberdream: init 2024-05-02 00:02:35 +02:00
Gaetan Lepage
4662a06f4e colorschemes/tokyonight: switch to mkNeovimPlugin 2024-04-16 00:15:46 +02:00
Gaetan Lepage
d5a309286d colorschemes/rose-pine: switch to mkNeovimPlugin 2024-04-15 23:52:43 +02:00
Gaetan Lepage
16272920e2 colorschemes/poimandres: switch to mkNeovimPlugin 2024-04-15 21:40:18 +02:00
Gaetan Lepage
ad046c976d colorschemes/catpuccin: switch to mkNeovimPlugin 2024-04-13 11:08:31 +02:00
Gaetan Lepage
0d85838d20 colorschemes/melange: switch to mkVimPlugin 2024-04-07 21:12:23 +02:00