This commit is contained in:
iofq 2025-05-17 04:29:48 -05:00
parent 2bab00d2e3
commit f47fc0f76f
8 changed files with 118 additions and 8 deletions

View file

@ -14,6 +14,10 @@
url = "github:echasnovski/mini.nvim";
flake = false;
};
nvim-orgmode = {
url = "github:nvim-orgmode/orgmode";
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 = {
@ -37,7 +41,7 @@
inherit system;
config.allowUnfree = true;
overlays = [
# inputs.neovim-nightly-overlay.overlays.default
inputs.neovim-nightly-overlay.overlays.default
neovim-overlay
# This adds a function can be used to generate a .luarc.json
# containing the Neovim API all plugins in the workspace directory.