cleanup, mini rice

This commit is contained in:
iofq 2025-06-24 02:38:40 -05:00
parent 3231eec14e
commit c46a229713
No known key found for this signature in database
GPG key ID: ECF3B2DA38BF7183
11 changed files with 127 additions and 87 deletions

View file

@ -2,7 +2,6 @@
description = "Neovim derivation";
inputs = {
nixpkgs-uns.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/master";
flake-utils.url = "github:numtide/flake-utils";
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
@ -14,6 +13,10 @@
url = "github:echasnovski/mini.nvim";
flake = false;
};
oil-nvim = {
url = "github:stevearc/oil.nvim";
flake = false;
};
# Add bleeding-edge plugins here.
# They can be updated with `nix flake update` (make sure to commit the generated flake.lock)
# wf-nvim = {
@ -52,7 +55,6 @@
nil
stylua
luajitPackages.luacheck
nvim-dev
alejandra
];
shellHook = ''
@ -67,6 +69,7 @@
default = nvim;
nvim = pkgs.nvim-pkg;
nvim-min = pkgs.nvim-min-pkg;
nvim-dev = pkgs.nvim-dev;
};
devShells = {
default = shell;