Compare commits

...

2 commits

Author SHA1 Message Date
jmarkin
25221831ed smart-splits github repo 2025-11-05 01:27:29 +03:00
jmarkin
27265f2840 smart-splits github repo 2025-11-05 01:20:27 +03:00
4 changed files with 38 additions and 19 deletions

View file

@ -444,22 +444,22 @@
"nvim-window": "nvim-window",
"nvim-yati": "nvim-yati",
"oil-nvim": "oil-nvim",
"smart-splits-nvim": [
"smart-splits-nvim"
],
"stay-in-place-nvim": "stay-in-place-nvim",
"whatthejump-nvim": "whatthejump-nvim",
"yaml-nvim": "yaml-nvim"
},
"locked": {
"lastModified": 1762290734,
"narHash": "sha256-8dtU28cXa9QRgOkc45Ci7xGtd2ZRkMkqQbF7pj3E+pY=",
"ref": "refs/heads/master",
"rev": "8d0081c12916e37334edf8162a38a76d6b66eb85",
"revCount": 45,
"type": "git",
"url": "https://git.jmarkin.ru/jmarkin/nvim-nix"
"lastModified": 1762295126,
"narHash": "sha256-G5M5RZRgsABG6pzlRG8dpoOjmJVEeF3tsWI9FaCPjdA=",
"path": "/home/kron/nvim-nix",
"type": "path"
},
"original": {
"type": "git",
"url": "https://git.jmarkin.ru/jmarkin/nvim-nix"
"path": "/home/kron/nvim-nix",
"type": "path"
}
},
"namu-nvim": {
@ -686,6 +686,7 @@
"nixos": "nixos",
"nixpkgs": "nixpkgs_2",
"secrets": "secrets",
"smart-splits-nvim": "smart-splits-nvim",
"systems": "systems"
}
},
@ -730,6 +731,22 @@
"url": "ssh://git@git.jmarkin.ru:222/jmarkin/secrets.git"
}
},
"smart-splits-nvim": {
"flake": false,
"locked": {
"lastModified": 1761929118,
"narHash": "sha256-73F0iIPpG7RC0IT06Qv3ufcO6EfkEmYEXXk409S9tsw=",
"owner": "mrjones2014",
"repo": "smart-splits.nvim",
"rev": "1611946e397a8b42807a9ad527088bf7ebc9ce33",
"type": "github"
},
"original": {
"owner": "mrjones2014",
"repo": "smart-splits.nvim",
"type": "github"
}
},
"stay-in-place-nvim": {
"flake": false,
"locked": {

View file

@ -45,11 +45,17 @@
neovim-nightly-overlay.inputs.nixpkgs.follows = "nixpkgs";
neovim-nightly-overlay.inputs.flake-parts.follows = "flake-parts";
mynvim.url = "git+https://git.jmarkin.ru/jmarkin/nvim-nix";
# mynvim.url = "git+https://git.jmarkin.ru/jmarkin/nvim-nix";
mynvim.url = "path:/home/kron/nvim-nix";
# mynvim.url = "path:/projects/jmarkin/nvim-nix";
mynvim.inputs.nixpkgs.follows = "nixpkgs";
mynvim.inputs.flake-parts.follows = "flake-parts";
mynvim.inputs.neovim-nightly-overlay.follows = "neovim-nightly-overlay";
smart-splits-nvim = {
url = "github:mrjones2014/smart-splits.nvim";
flake = false;
};
mynvim.inputs.smart-splits-nvim.follows = "smart-splits-nvim";
secrets.url = "git+ssh://git@git.jmarkin.ru:222/jmarkin/secrets.git";
# secrets.url = "path:/projects/jmarkin/secrets";

View file

@ -1,18 +1,11 @@
{ pkgs, lib, ... }:
let
smartsplits = pkgs.fetchFromGitHub {
owner = "mrjones2014";
repo = "smart-splits.nvim";
rev = "184985c87c4dd1383d66963131df9a35297089f5";
sha256 = "sha256-JnqlXUEBVyoLiPUkVHZCrO2B/PMF/luir1+U7TbpAX8=";
};
tmux-smart-splits = pkgs.tmuxPlugins.mkTmuxPlugin
({
pluginName = "smart-splits.nvim";
version = "unstable-2025-05-02";
version = "unstable-flake";
rtpFilePath = "smart-splits.tmux";
src = smartsplits;
src = pkgs.smart-splits-nvim-src;
});
in

View file

@ -6,6 +6,9 @@
# mcphub-nvim = inputs.mcphub-nvim.packages."${super.system}".default;
# })
(_: _: {
smart-splits-nvim-src = inputs.smart-splits-nvim;
})
(import ./createnv.nix)
(import ./vpn_slice.nix)
# before release 3.5