Heitor Augusto
8b3a2f86a8
mini-hues: plugins -> colorschemes
2025-11-02 15:25:39 +00:00
Heitor Augusto
598d4227da
colorschemes/mini-base16: init
2025-11-02 14:37:11 +00:00
Loïc Reynier
89ae127134
colorschmes/vscode: drop settingsOptions, add settingsExample
2025-10-29 10:23:59 +00:00
Axel Karjalainen
5ddfbdf1c2
treewide(docs): use literalLua instead of __raw in option examples
2025-10-23 08:41:47 +00:00
saygo-png
29ec33e1a8
plugins: remove deprecations "after 24.11" or less
...
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-10-18 18:31:00 +00:00
saygo-png
c4b27080a6
treewide: infer packPathName menial work
...
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-09-27 23:49:59 +00:00
saygo-png
43c6f7293e
plugins/colorschemes: add warning to gruvbox-material
...
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-09-11 19:33:35 +00:00
saygo-png
1a7905eced
colorschemes/gruvbox-material: init
...
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-09-07 14:29:04 +00:00
Matt Sturgeon
346ebc9c18
colorschemes/gruvbox-material: rename to gruvbox-material-nvim
...
This will allow later adding a `gruvbox-material` plugin for the non-lua
plugin.
2025-08-06 17:48:56 +00:00
saygo-png
a96854d3ea
colorschemes/gruvbox-baby: init
...
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-08-06 15:58:43 +00:00
Jakob Beckmann
19aab2f935
colorschemes/gruvbox-material: update default config due to lib changes
2025-07-06 11:34:25 +00:00
Jakob Beckmann
6a15c2ffc5
colorschemes/gruvbox-material: init
...
Signed-off-by: Jakob Beckmann <f4z3r-github@pm.me>
2025-06-24 18:09:11 +00:00
Aidan Welch
c6051305e5
colorschemes/moonfly: init
2025-06-18 23:26:08 +00:00
Gaetan Lepage
be49587a24
colorschemes/solarized-osaka: init
2025-06-17 09:42:13 +00:00
Alison Jenkins
2d485ca1a2
colorschemes/bamboo: init
2025-05-09 08:20:57 +01:00
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