mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
utility/smart-splits: get plugin from github instead of nixpkgs
This commit is contained in:
parent
d6d569c53e
commit
8483a6de97
3 changed files with 20 additions and 4 deletions
|
@ -21,9 +21,9 @@
|
|||
};
|
||||
in {
|
||||
config = mkIf cfg.enable {
|
||||
vim.lazy.plugins = {
|
||||
${pkgs.vimPlugins.smart-splits-nvim.pname} = {
|
||||
package = pkgs.vimPlugins.smart-splits-nvim;
|
||||
vim = {
|
||||
lazy.plugins.smart-splits = {
|
||||
package = "smart-splits";
|
||||
setupModule = "smart-splits";
|
||||
inherit (cfg) setupOpts;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
_: {
|
||||
{
|
||||
imports = [
|
||||
./config.nix
|
||||
./smart-splits.nix
|
||||
|
|
|
@ -2232,6 +2232,22 @@
|
|||
"url": "https://github.com/mrcjkb/rustaceanvim/archive/a0c8e9698ef90bcfdf42806a38bf55b612b65b18.tar.gz",
|
||||
"hash": "1j63qpal1n8m9kj3fdjjw81ljbsqjzph65q2cacwm5ziwi2xvncx"
|
||||
},
|
||||
"smart-splits": {
|
||||
"type": "GitRelease",
|
||||
"repository": {
|
||||
"type": "GitHub",
|
||||
"owner": "mrjones2014",
|
||||
"repo": "smart-splits.nvim"
|
||||
},
|
||||
"pre_releases": false,
|
||||
"version_upper_bound": null,
|
||||
"release_prefix": null,
|
||||
"submodules": false,
|
||||
"version": "v2.0.1",
|
||||
"revision": "7c9bc1cfc0582c8c6851c38bb3338db644039cf7",
|
||||
"url": "https://api.github.com/repos/mrjones2014/smart-splits.nvim/tarball/v2.0.1",
|
||||
"hash": "0lhwkb07pdfi7dx9kbzynh0dxivhiryngkiy4565hyhxapfis5v7"
|
||||
},
|
||||
"smartcolumn-nvim": {
|
||||
"type": "Git",
|
||||
"repository": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue