Merge branch 'NotAShelf:main' into feature-language-tex

This commit is contained in:
isaacST08 2025-02-13 00:04:21 -07:00 committed by GitHub
commit b58ae672e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ in {
default = false; default = false;
description = '' description = ''
nvim-surround: add/change/delete surrounding delimiter pairs with ease. nvim-surround: add/change/delete surrounding delimiter pairs with ease.
Note that the default mappings deviate from upstreeam to avoid conflicts Note that the default mappings deviate from upstream to avoid conflicts
with nvim-leap. with nvim-leap.
''; '';
}; };

View file

@ -59,7 +59,7 @@
"flutter-tools.dev_tools" "flutter-tools.dev_tools"
]; ];
}; };
inherit (pkgs) blink-cmp; inherit (inputs.self.legacyPackages.${pkgs.stdenv.system}) blink-cmp;
}; };
buildConfigPlugins = plugins: buildConfigPlugins = plugins: