vimPlugins: fix vim-docbk-snippets naming clash

This commit is contained in:
Galen Abell 2019-11-06 10:08:05 +01:00 committed by Jon
parent 1cfd1d06d6
commit 874201a860
3 changed files with 12 additions and 11 deletions

View file

@ -3445,6 +3445,17 @@ let
};
};
vim-docbk-snippets = buildVimPluginFrom2Nix {
pname = "vim-docbk-snippets";
version = "2019-09-13";
src = fetchFromGitHub {
owner = "jhradilek";
repo = "vim-snippets";
rev = "b8604893f46f6c570a55efff733f0371ac8a805d";
sha256 = "1qz3azgzv9718s2a6h8xw5nrvs4j776csmzsn9chvykdpx8rwim1";
};
};
vim-easy-align = buildVimPluginFrom2Nix {
pname = "vim-easy-align";
version = "2019-04-29";

View file

@ -80,17 +80,6 @@ self: super: {
'';
};
# do not auto-update this one, as the name clashes with vim-snippets
vim-docbk-snippets = buildVimPluginFrom2Nix {
pname = "vim-docbk-snippets";
version = "2017-11-02";
src = fetchgit {
url = "https://github.com/jhradilek/vim-snippets";
rev = "69cce66defdf131958f152ea7a7b26c21ca9d009";
sha256 = "1363b2fmv69axrl2hm74dmx51cqd8k7rk116890qllnapzw1zjgc";
};
};
clang_complete = super.clang_complete.overrideAttrs(old: {
# In addition to the arguments you pass to your compiler, you also need to
# specify the path of the C++ std header (if you are using C++).

View file

@ -143,6 +143,7 @@ jeffkreeftmeijer/neovim-sensible
jelera/vim-javascript-syntax
jgdavey/tslime.vim
jhradilek/vim-docbk
jhradilek/vim-snippets as vim-docbk-snippets
jiangmiao/auto-pairs
jistr/vim-nerdtree-tabs
jlanzarotta/bufexplorer