Skip to content

Commit

Permalink
vimPlugins.nvim-expand-expr: init at 2021-08-14
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Aug 14, 2021
1 parent 8371fed commit 0b2ff70
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3718,6 +3718,18 @@ final: prev:
meta.homepage = "https://github.com/theHamsta/nvim-dap-virtual-text/";
};

nvim-expand-expr = buildVimPluginFrom2Nix {
pname = "nvim-expand-expr";
version = "2021-08-14";
src = fetchFromGitHub {
owner = "allendang";
repo = "nvim-expand-expr";
rev = "365cc2a0111228938fb46cffb9cc1a246d787cf0";
sha256 = "1nmklzvvq64dz430gzrbq6qpjrvwwfm09lsw4iiffs9fizjp95if";
};
meta.homepage = "https://github.com/allendang/nvim-expand-expr/";
};

nvim-gdb = buildVimPluginFrom2Nix {
pname = "nvim-gdb";
version = "2021-08-02";
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ajmwagar/vim-deus
akinsho/nvim-bufferline.lua
akinsho/nvim-toggleterm.lua
aklt/plantuml-syntax
allendang/nvim-expand-expr@main
altercation/vim-colors-solarized
alvan/vim-closetag
alx741/vim-hindent
Expand Down

0 comments on commit 0b2ff70

Please sign in to comment.