1

Neovim: Replace cmp with blink.cmp

Currently commented out
This commit is contained in:
2024-10-14 20:47:38 +02:00
parent 72b3f244e2
commit ea6e9d2816
4 changed files with 902 additions and 194 deletions

View File

@ -35,7 +35,7 @@
{
home-manager = {
# Values in "extraSpecialArgs" are propagated to all HM modules.
extraSpecialArgs = {inherit inputs hostname username mylib;};
extraSpecialArgs = {inherit inputs system hostname username mylib;};
# Use the "pkgs" from the system configuration.
# This disables "nixpkgs.*" options in HM modules.