1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-27 12:41:03 +01:00
Commit graph

12 commits

Author SHA1 Message Date
Matt Sturgeon
a635b56894 plugins/barbar: add nullOr workaround for keymaps lua warning
Currently, `types.either` has support for the new valueMeta attribute
added by v2 check and merge, while `types.nullOr` does not.

The `lua` option deprecation warning implemented in
`modules/keymaps.nix` requires `valueMeta`, so re-implement `nullOr`
using `types.either` as a workaround.
2025-11-21 09:27:16 +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
Matt Sturgeon
fe059cd395 flake: add nixf-diagnose to treefmt config
Checks nixd's diagnostic lints using libnixf.
2025-10-01 00:42:40 +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
Austin Horstman
ff3a250bd0 treewide: support mini-icons.mockdevIcons
Prevent the `web-devicons` enablement when using the `mini-icons`
module.
2025-09-16 22:22:58 +00:00
a41559f093 treewide: add plugin descriptions 2025-06-24 06:10:11 +00:00
Matt Sturgeon
5e9a6c00a9
treewide: neovim-plugin -> plugins 2024-12-22 10:04:00 +00:00
Gaetan Lepage
c179d47d3d plugins/*: use new mkSettingsRenamedOptionModules 2024-12-16 10:49:09 +00: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
Austin Horstman
b473bdc5ae
treewide: consolidate iconsPackage removal and warning 2024-09-22 13:54:31 -05:00
Austin Horstman
2cf80fd66f
plugins/barbar: iconsPackage -> icons provider options 2024-09-22 13:43:08 -05:00
Matt Sturgeon
3211a63306
plugins/bufferlines: move to by-name 2024-09-09 11:50:40 +01:00