Commit 04a6d9fc authored by Zhong Jianxin's avatar Zhong Jianxin
Browse files

vimPlugins.nvchad-extensions: init at unstable-2023-05-14

parent 9a6c4bc6
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -6213,6 +6213,18 @@ final: prev:
    meta.homepage = "https://github.com/ChristianChiarulli/nvcode-color-schemes.vim/";
  };

  nvchad-extensions = buildVimPluginFrom2Nix {
    pname = "nvchad-extensions";
    version = "unstable-2023-05-14";
    src = fetchFromGitHub {
      owner = "nvchad";
      repo = "extensions";
      rev = "6025bdbbac5c14b96ba4734e61eaf28db2742676";
      sha256 = "1dfj4a3vh8djgylcc4f7bg7hq2mmg8imizglzbqr0my74v4shd1w";
    };
    meta.homepage = "https://github.com/nvchad/extensions/";
  };

  nvim-FeMaco-lua = buildVimPluginFrom2Nix {
    pname = "nvim-FeMaco.lua";
    version = "2023-04-20";
+1 −0
Original line number Diff line number Diff line
@@ -254,6 +254,7 @@ https://github.com/dmix/elvish.vim/,,
https://github.com/mattn/emmet-vim/,,
https://github.com/vim-scripts/emodeline/,,
https://github.com/sainnhe/everforest/,,
https://github.com/nvchad/extensions/,HEAD,nvchad-extensions
https://github.com/fenetikm/falcon/,,
https://github.com/brooth/far.vim/,,
https://github.com/konfekt/fastfold/,,