vimPlugins.sql-nvim: init at 2021-01-22

This commit is contained in:
"Matthieu Coudron" 2021-01-24 00:21:18 +01:00 committed by Matthieu Coudron
parent 5f35338b18
commit 1b848b95bd
3 changed files with 18 additions and 0 deletions

View file

@ -3744,6 +3744,18 @@ let
meta.homepage = "https://github.com/AndrewRadev/splitjoin.vim/";
};
sql-nvim = buildVimPluginFrom2Nix {
pname = "sql-nvim";
version = "2021-01-22";
src = fetchFromGitHub {
owner = "tami5";
repo = "sql.nvim";
rev = "af875daf178fe38c2186b14d55a6bbdb6fbb2e15";
sha256 = "00qa9m6bij9y39xyf73a3gz0xx0l0mqc1byrk6xl3kdbcngig5il";
};
meta.homepage = "https://github.com/tami5/sql.nvim/";
};
srcery-vim = buildVimPluginFrom2Nix {
pname = "srcery-vim";
version = "2020-12-22";

View file

@ -14,6 +14,7 @@
, buildVimPluginFrom2Nix
, nodePackages
, dasht
, sqlite
# deoplete-khard dependency
, khard
@ -285,6 +286,10 @@ self: super: {
dependencies = [ self.skim ];
});
sql-nvim = super.sql-nvim.overrideAttrs(old: {
buildInputs = [ sqlite ];
});
sved = let
# we put the script in its own derivation to benefit the magic of wrapGAppsHook
svedbackend = stdenv.mkDerivation {

View file

@ -537,6 +537,7 @@ svermeulen/vim-subversive
t9md/vim-choosewin
t9md/vim-smalls
takac/vim-hardtime
tami5/sql.nvim
tbodt/deoplete-tabnine
ternjs/tern_for_vim
terryma/vim-expand-region