random rice

This commit is contained in:
iofq 2025-05-20 21:07:57 -05:00
parent f47fc0f76f
commit 47a2d487da
9 changed files with 46 additions and 129 deletions

View file

@ -9,10 +9,9 @@ with final.pkgs.lib; let
inherit pname src;
version = src.lastModifiedDate;
};
mkNeovim = pkgs.callPackage ./mkNeovim.nix { inherit pkgs-wrapNeovim; };
mkNeovim = pkgs.callPackage ./mkNeovim.nix {inherit pkgs-wrapNeovim;};
mini-nvim-git = mkNvimPlugin inputs.mini-nvim "mini.nvim";
nvim-orgmode = mkNvimPlugin inputs.nvim-orgmode "orgmode";
all-plugins = with pkgs.vimPlugins; [
blink-cmp
@ -30,23 +29,9 @@ with final.pkgs.lib; let
nightfox-nvim
nvim-lint
nvim-lspconfig
nvim-orgmode
nvim-treesitter-context
nvim-treesitter-textobjects
(nvim-treesitter.withPlugins (_:
nvim-treesitter.allGrammars ++
[(pkgs.tree-sitter.buildGrammar {
language = "org";
version = "2.0.1";
src = pkgs.fetchFromGitHub {
owner = "nvim-orgmode";
repo = "tree-sitter-org";
rev = "2.0.1";
hash = "sha256-k1g5+iyJvVWKOuAkFNaaKl42Xmmz9BN+vT0+IQ/4RQI=";
};
meta.homepage = "https://github.com/nvim-orgmode/tree-sitter-org";
})]
))
nvim-treesitter.withAllGrammars
oil-nvim
refactoring-nvim
render-markdown-nvim