Skip to content

Latest commit

 

History

History
280 lines (121 loc) · 11.7 KB

CHANGELOG.md

File metadata and controls

280 lines (121 loc) · 11.7 KB

Changelog

7.2.8 (2025-04-21)

Bug Fixes

  • spec_deps: fixed a bug where drv.passthru.value would seem like a spec (cc46310)

7.2.7 (2025-04-20)

Bug Fixes

  • lua_plugin: incorrect use of package.preload on some rarely used values (53940b5)

7.2.6 (2025-04-20)

Bug Fixes

  • lsps_and_libs: minor feature, can specify prefix or suffix individually (c11f477)

7.2.5 (2025-04-20)

Bug Fixes

  • templates: converting templates to new lsp scheme for 0.11 (#252) (6cb25b1)

7.2.4 (2025-04-17)

Bug Fixes

  • home-manager: fix multi install regression from latest fix (0787a77)

7.2.3 (2025-04-17)

Bug Fixes

7.2.2 (2025-04-13)

Bug Fixes

  • host_deps: pluginAttr error messages now properly match that of its associated libraries category section (5cbda76)

7.2.1 (2025-04-13)

Bug Fixes

  • host_deps: grabbing host deps from plugins properly accepts function items (624c018)

7.2.0 (2025-04-12)

Features

  • wrapArgs: added spec form for setting priority if desired (6c2fc3d)

7.1.2 (2025-04-08)

Performance Improvements

  • init: all rtp searches removed from init sequence (85626fc)

7.1.1 (2025-04-06)

Bug Fixes

  • petShop: minor issue with petShop display when redefining default hosts (a6194f9)

7.1.0 (2025-04-06)

Features

  • petShop: :NixCats petShop debug command now actually shows useful info! (822eacc)

7.0.7 (2025-04-05)

Performance Improvements

  • nixCats: lua/nixCats/init.lua to lua/nixCats.lua for earlier search path position (d595a68)

7.0.6 (2025-04-04)

Bug Fixes

  • bashb4: bashBeforeWrapper section didnt allow use of ${placeholder "out"} (f4c53a9)

7.0.5 (2025-04-04)

Bug Fixes

  • VIMINIT: -u didnt let us, but actually, we can support itself too (f0f081d)

7.0.4 (2025-04-04)

Bug Fixes

  • hosts: path.args was not applied without also using extraWrapperArgs (2be5129)

7.0.3 (2025-04-03)

Bug Fixes

  • collate_grammars: fix regression when value is false (843a0ee)

7.0.2 (2025-04-03)

Bug Fixes

  • hosts: explicit disable not disabling healthchecks (3957745)

7.0.1 (2025-04-03)

Bug Fixes

  • hosts: path not always properly removed (72560e4)

6.10.0 (2025-04-03)

Features

  • providers: hosting program update, now can bundle anything with nvim (#197) (2aa1b64)

6.9.3 (2025-04-01)

Bug Fixes

  • lix: lix doesnt have builtins.warn (32c97d9)

6.9.2 (2025-04-01)

Performance Improvements

  • nixCats_plugin: entire plugin inlined (minor performance benefits) (d8ea184)

6.9.1 (2025-04-01)

Bug Fixes

  • overrideAttrs: nativeBuildInputs and prefersLocalBuild (227bc60)

6.9.0 (2025-03-31)

Features

  • wrapRc: allowed toggling of wrapRc at runtime via setting a custom env var (85ab39e)

6.8.0 (2025-03-31)

Features

  • vim.o.exrc: support vim.o.exrc despite wrapping the config with -u (cc2360f)

Bug Fixes

  • vim.o.exrc: support vim.o.exrc despite wrapping the config (1d40e7f)

6.7.0 (2025-03-31)

Features

  • optionalLuaCats: values within categories of optionalLuaPreInit and optionalLuaAdditions can now specify priority (a2293ed)

6.6.8 (2025-03-30)

Bug Fixes

  • sensible_defaults: suffix-path and suffix-LD now default to true (06d616e)

6.6.7 (2025-03-30)

Bug Fixes

  • builder: prevent UpdateRemotePlugins from running user config during build (4d33792)

6.6.6 (2025-03-30)

Bug Fixes

  • builder: desktop file fix would be different on mac (48d48e6)

6.6.5 (2025-03-30)

Bug Fixes

  • builder: nvim nightly changed its desktop file, we change how we fix desktop file (3d337bd)

6.6.4 (2025-03-29)

Bug Fixes

  • nixpkgs_deps: dependencies declared by nixpkgs plugins can no longer override user provided ones with the same name (738915d)

6.6.3 (2025-03-28)

Bug Fixes

  • mkPlugin: mkPlugin = name: src: added (because mkNvimPlugin = src: name: is backwards) (a91d721)

6.6.2 (2025-03-28)

Bug Fixes

  • autoPluginOverlay: autoPluginOverlay no longer entirely overrides old autoPluginOverlay (40c942b)

6.6.1 (2025-03-20)

Bug Fixes

  • nixCats.packageBinPath: now set regardless of useage of bashBeforeWrapper category section (0040179)

6.6.0 (2025-03-19)

Features

  • extraCats: when field added in addition to cond (#152) (bb13576)

6.5.1 (2025-03-18)

Bug Fixes

  • utils_utils: various flake output constructors updated, same behavior (339dc4a)

6.5.0 (2025-03-17)

Features

6.4.0 (2025-03-14)

Features

  • autoconf: autoconfigure and autowrapRuntimeDeps support to match pkgs.wrapNeovim (#127) (a7eb442)

6.3.1 (2025-03-13)

Bug Fixes

  • nixCatsUtils.lzUtils.for_cat: Wow... How... Nevermind... just copy the new one if you used it (ad8d22d)
  • unwrappedCfgPath: lua inline types now allowed (1083985)