1

Neovim: Replace cmp with blink.cmp

Currently commented out
This commit is contained in:
2024-10-14 20:47:38 +02:00
parent b7a2885fd3
commit 7aa2bad921
4 changed files with 1026 additions and 150 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.