mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-11 07:55:31 +00:00
Merge branch 'NotAShelf:main' into feature-language-tex
This commit is contained in:
commit
b58ae672e7
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue