Skip to content

Commit e47bf1d

Browse files
committed
remove direct blink install
1 parent c81722b commit e47bf1d

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

flake.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
# url = "path:/home/danieln/code/gridx";
3131
inputs.nixpkgs.follows = "nixpkgs";
3232
};
33-
nvim-blink-cmp = {
34-
url = "github:Saghen/blink.cmp";
35-
};
3633
wunschkonzert-install = {
3734
url = "git+ssh://[email protected]/debugloop/wunschkonzert-install";
3835
};

home/nvim/default.nix

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
xdg.dataFile = let
3535
vimPlugins = builtins.listToAttrs (
3636
lib.lists.forEach [
37+
"blink-cmp"
3738
"conform-nvim"
3839
"diffview-nvim"
3940
"friendly-snippets"
@@ -99,14 +100,5 @@
99100
)
100101
);
101102
in
102-
{
103-
"nvim/nixpkgs/blink-cmp" = {
104-
source = inputs.nvim-blink-cmp.packages.${pkgs.system}.default;
105-
};
106-
"nvim/nixpkgs/fzf" = {
107-
source = "${pkgs.fzf}/share/vim-plugins/fzf";
108-
};
109-
}
110-
// vimPlugins
111-
// miniPlugins;
103+
vimPlugins // miniPlugins;
112104
}

0 commit comments

Comments
 (0)