Compare commits
5 commits
68572b7a04
...
f3c04248cf
Author | SHA1 | Date | |
---|---|---|---|
f3c04248cf | |||
215b8f99e5 | |||
78d61c2dba | |||
fd2f052420 | |||
9ea7a2248f |
5 changed files with 19 additions and 20 deletions
24
flake.lock
generated
24
flake.lock
generated
|
@ -260,11 +260,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1727907660,
|
"lastModified": 1728067476,
|
||||||
"narHash": "sha256-QftbyPoieM5M50WKUMzQmWtBWib/ZJbHo7mhj5riQec=",
|
"narHash": "sha256-/uJcVXuBt+VFCPQIX+4YnYrHaubJSx4HoNsJVNRgANM=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "5966581aa04be7eff830b9e1457d56dc70a0b798",
|
"rev": "6e6b3dd395c3b1eb9be9f2d096383a8d05add030",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -292,11 +292,11 @@
|
||||||
"treefmt-nix": "treefmt-nix"
|
"treefmt-nix": "treefmt-nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1727871072,
|
"lastModified": 1728145679,
|
||||||
"narHash": "sha256-t+YLQwBB1soQnVjT6d7nQq4Tidaw7tpB8i6Zvpc+Zbs=",
|
"narHash": "sha256-qd1nr2b+WUiyzJva650LBX/3hDBru0ZSVxKHSm1BE0w=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "nixvim",
|
"repo": "nixvim",
|
||||||
"rev": "0ca98d02104f7f0a703787a7a080a570b7f1bedd",
|
"rev": "6594472fd275f6dcf5a9fba4a83d2f7fa2cf2b8a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -373,11 +373,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1727431250,
|
"lastModified": 1727984844,
|
||||||
"narHash": "sha256-uGRlRT47ecicF9iLD1G3g43jn2e+b5KaMptb59LHnvM=",
|
"narHash": "sha256-xpRqITAoD8rHlXQafYZOLvUXCF6cnZkPfoq67ThN0Hc=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "treefmt-nix",
|
"repo": "treefmt-nix",
|
||||||
"rev": "879b29ae9a0378904fbbefe0dadaed43c8905754",
|
"rev": "4446c7a6fc0775df028c5a3f6727945ba8400e64",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -388,11 +388,11 @@
|
||||||
},
|
},
|
||||||
"unstable": {
|
"unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1727802920,
|
"lastModified": 1728018373,
|
||||||
"narHash": "sha256-HP89HZOT0ReIbI7IJZJQoJgxvB2Tn28V6XS3MNKnfLs=",
|
"narHash": "sha256-NOiTvBbRLIOe5F6RbHaAh6++BNjsb149fGZd1T4+KBg=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "27e30d177e57d912d614c88c622dcfdb2e6e6515",
|
"rev": "bc947f541ae55e999ffdb4013441347d83b00feb",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -193,7 +193,7 @@ in
|
||||||
};
|
};
|
||||||
neovimAsManPager = lib.mkEnableOption "neovim as the man pager";
|
neovimAsManPager = lib.mkEnableOption "neovim as the man pager";
|
||||||
extraPackages = mkExtraPackagesOption "dev" [
|
extraPackages = mkExtraPackagesOption "dev" [
|
||||||
[ "devenv" ] # a devshell alternative
|
# FIXME: readd on new lix version with fix [ "devenv" ] # a devshell alternative
|
||||||
[ "jq" ] # json parser
|
[ "jq" ] # json parser
|
||||||
[ "just" ] # just a command runner
|
[ "just" ] # just a command runner
|
||||||
[ "typos" ] # low false positive rate typo checker
|
[ "typos" ] # low false positive rate typo checker
|
||||||
|
|
|
@ -10,12 +10,12 @@
|
||||||
final: prev: {
|
final: prev: {
|
||||||
nvim-silicon = buildVimPlugin {
|
nvim-silicon = buildVimPlugin {
|
||||||
pname = "nvim-silicon";
|
pname = "nvim-silicon";
|
||||||
version = "2024-07-30";
|
version = "2024-08-31";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "michaelrommel";
|
owner = "michaelrommel";
|
||||||
repo = "nvim-silicon";
|
repo = "nvim-silicon";
|
||||||
rev = "feb882f04c992b797daa118101a239fb3bedfc04";
|
rev = "9fe6001dc8cad4d9c53bcfc8649e3dc76ffa169c";
|
||||||
sha256 = "03dy4q2dbgiyydi9wvpij6s2aggdpr3lgd9cqqv0i2m1m0qb9gad";
|
sha256 = "1qczi06yndkr2pmwidlkgmk0395x189sznvscn4fnr96jx58j5yl";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/michaelrommel/nvim-silicon/";
|
meta.homepage = "https://github.com/michaelrommel/nvim-silicon/";
|
||||||
};
|
};
|
||||||
|
|
|
@ -205,6 +205,7 @@ in
|
||||||
mode = "symbol";
|
mode = "symbol";
|
||||||
extraOptions.maxwidth = 50;
|
extraOptions.maxwidth = 50;
|
||||||
};
|
};
|
||||||
|
lsp-lines.enable = true;
|
||||||
lualine = {
|
lualine = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.options.theme = lib.mkForce "gruvbox";
|
settings.options.theme = lib.mkForce "gruvbox";
|
||||||
|
|
|
@ -53,13 +53,11 @@
|
||||||
];
|
];
|
||||||
# Formatting & linters
|
# Formatting & linters
|
||||||
extraPackages = [
|
extraPackages = [
|
||||||
# Rust 1.80.0 broke it, waiting for https://github.com/Aloxaf/silicon/pull/254 to be accepted
|
|
||||||
pkgs.silicon
|
|
||||||
pkgs.unstable.alejandra
|
|
||||||
pkgs.unstable.luajitPackages.jsregexp
|
pkgs.unstable.luajitPackages.jsregexp
|
||||||
|
pkgs.unstable.shfmt
|
||||||
|
pkgs.unstable.silicon
|
||||||
pkgs.unstable.statix
|
pkgs.unstable.statix
|
||||||
pkgs.unstable.stylua
|
pkgs.unstable.stylua
|
||||||
pkgs.unstable.shfmt
|
|
||||||
pkgs.unstable.taplo
|
pkgs.unstable.taplo
|
||||||
pkgs.unstable.typos
|
pkgs.unstable.typos
|
||||||
pkgs.unstable.yamlfmt
|
pkgs.unstable.yamlfmt
|
||||||
|
|
Loading…
Add table
Reference in a new issue