File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed
Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 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 } ;
Original file line number Diff line number Diff line change 3434 xdg . dataFile = let
3535 vimPlugins = builtins . listToAttrs (
3636 lib . lists . forEach [
37+ "blink-cmp"
3738 "conform-nvim"
3839 "diffview-nvim"
3940 "friendly-snippets"
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}
You can’t perform that action at this time.
0 commit comments