Loading pkgs/applications/editors/vim/plugins/generated.nix +12 −0 Original line number Diff line number Diff line Loading @@ -1302,6 +1302,18 @@ final: prev: meta.homepage = "https://github.com/giuxtaposition/blink-cmp-copilot/"; }; blink-cmp-dictionary = buildVimPlugin { pname = "blink-cmp-dictionary"; version = "2025-01-12"; src = fetchFromGitHub { owner = "Kaiser-Yang"; repo = "blink-cmp-dictionary"; rev = "07cc2e49bb52ebff4e8b83d1801ad6441edf90a2"; sha256 = "17c41flnjp25c5gry4lq8ik8mk3pbh1qwj86rby57jr4f4wvfykk"; }; meta.homepage = "https://github.com/Kaiser-Yang/blink-cmp-dictionary/"; }; blink-cmp-spell = buildVimPlugin { pname = "blink-cmp-spell"; version = "2025-02-01"; Loading pkgs/applications/editors/vim/plugins/overrides.nix +4 −0 Original line number Diff line number Diff line Loading @@ -292,6 +292,10 @@ in dependencies = [ self.copilot-lua ]; }; blink-cmp-dictionary = super.blink-cmp-dictionary.overrideAttrs { dependencies = [ self.plenary-nvim ]; }; blink-emoji-nvim = super.blink-emoji-nvim.overrideAttrs { dependencies = [ self.blink-cmp ]; }; Loading pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,7 @@ https://github.com/max397574/better-escape.nvim/,, https://github.com/LunarVim/bigfile.nvim/,, https://github.com/APZelos/blamer.nvim/,HEAD, https://github.com/giuxtaposition/blink-cmp-copilot/,HEAD, https://github.com/Kaiser-Yang/blink-cmp-dictionary/,HEAD, https://github.com/Kaiser-Yang/blink-cmp-git/,HEAD, https://github.com/ribru17/blink-cmp-spell/,HEAD, https://github.com/fang2hou/blink-copilot/,HEAD, Loading Loading
pkgs/applications/editors/vim/plugins/generated.nix +12 −0 Original line number Diff line number Diff line Loading @@ -1302,6 +1302,18 @@ final: prev: meta.homepage = "https://github.com/giuxtaposition/blink-cmp-copilot/"; }; blink-cmp-dictionary = buildVimPlugin { pname = "blink-cmp-dictionary"; version = "2025-01-12"; src = fetchFromGitHub { owner = "Kaiser-Yang"; repo = "blink-cmp-dictionary"; rev = "07cc2e49bb52ebff4e8b83d1801ad6441edf90a2"; sha256 = "17c41flnjp25c5gry4lq8ik8mk3pbh1qwj86rby57jr4f4wvfykk"; }; meta.homepage = "https://github.com/Kaiser-Yang/blink-cmp-dictionary/"; }; blink-cmp-spell = buildVimPlugin { pname = "blink-cmp-spell"; version = "2025-02-01"; Loading
pkgs/applications/editors/vim/plugins/overrides.nix +4 −0 Original line number Diff line number Diff line Loading @@ -292,6 +292,10 @@ in dependencies = [ self.copilot-lua ]; }; blink-cmp-dictionary = super.blink-cmp-dictionary.overrideAttrs { dependencies = [ self.plenary-nvim ]; }; blink-emoji-nvim = super.blink-emoji-nvim.overrideAttrs { dependencies = [ self.blink-cmp ]; }; Loading
pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,7 @@ https://github.com/max397574/better-escape.nvim/,, https://github.com/LunarVim/bigfile.nvim/,, https://github.com/APZelos/blamer.nvim/,HEAD, https://github.com/giuxtaposition/blink-cmp-copilot/,HEAD, https://github.com/Kaiser-Yang/blink-cmp-dictionary/,HEAD, https://github.com/Kaiser-Yang/blink-cmp-git/,HEAD, https://github.com/ribru17/blink-cmp-spell/,HEAD, https://github.com/fang2hou/blink-copilot/,HEAD, Loading