vimPlugins.vim-asymptote: init at 2014-06-26
This commit is contained in:
parent
b999fd0abe
commit
d2f7fad215
2 changed files with 13 additions and 0 deletions
|
@ -6965,6 +6965,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/haya14busa/vim-asterisk/";
|
||||
};
|
||||
|
||||
vim-asymptote = buildVimPluginFrom2Nix {
|
||||
pname = "vim-asymptote";
|
||||
version = "2014-06-26";
|
||||
src = fetchFromGitHub {
|
||||
owner = "hura";
|
||||
repo = "vim-asymptote";
|
||||
rev = "2c59b7d173bf3837c1378e60b0c51d911cdbe15c";
|
||||
sha256 = "0j4hrirssgnh37crl3yvy2vxf7wigdir860z1qvn1m72hld8n32y";
|
||||
};
|
||||
meta.homepage = "https://github.com/hura/vim-asymptote/";
|
||||
};
|
||||
|
||||
vim-auto-save = buildVimPluginFrom2Nix {
|
||||
pname = "vim-auto-save";
|
||||
version = "2021-10-15";
|
||||
|
|
|
@ -247,6 +247,7 @@ hrsh7th/vim-vsnip
|
|||
hrsh7th/vim-vsnip-integ
|
||||
hsanson/vim-android
|
||||
hsitz/VimOrganizer
|
||||
hura/vim-asymptote
|
||||
iamcco/coc-spell-checker
|
||||
iamcco/markdown-preview.nvim
|
||||
ianks/vim-tsx
|
||||
|
|
Loading…
Reference in a new issue