mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 18:17:46 +00:00
vimPlugins.nvim-expand-expr: init at 2021-08-14
This commit is contained in:
parent
8371fedb39
commit
0b2ff7007c
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user