Merge pull request #335477 from DylanBulfin/smart-move

vimPlugins.smart-open-nvim: init at 2024-06-12
This commit is contained in:
Gaétan Lepage 2024-08-25 10:55:14 +02:00 committed by GitHub
commit 5715b0743d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 17 additions and 0 deletions

View File

@ -10135,6 +10135,18 @@ final: prev:
meta.homepage = "https://github.com/kovisoft/slimv/";
};
smart-open-nvim = buildVimPlugin {
pname = "smart-open.nvim";
version = "2024-08-17";
src = fetchFromGitHub {
owner = "danielfalk";
repo = "smart-open.nvim";
rev = "87626ee8748b9bba22093adec7bb58c63e7214f0";
sha256 = "sha256-ro4qFdEAnE5u8wt7NyIc7OHobvjRotVX+LZ0P5as8EU=";
};
meta.homepage = "https://github.com/danielfalk/smart-open.nvim/";
};
smart-splits-nvim = buildVimPlugin {
pname = "smart-splits.nvim";
version = "2024-08-02";

View File

@ -1477,6 +1477,10 @@
dependencies = [ self.skim ];
};
smart-open-nvim = super.smart-open-nvim.overrideAttrs {
dependencies = with self; [ telescope-nvim sqlite-lua ];
};
sniprun =
let
version = "1.3.15";

View File

@ -853,6 +853,7 @@ https://github.com/AndrewRadev/sideways.vim/,,
https://github.com/lotabout/skim.vim/,,
https://github.com/mopp/sky-color-clock.vim/,,
https://github.com/kovisoft/slimv/,,
https://github.com/danielfalk/smart-open.nvim,0.2.x,
https://github.com/mrjones2014/smart-splits.nvim/,,
https://github.com/m4xshen/smartcolumn.nvim/,,
https://github.com/gorkunov/smartpairs.vim/,,