Tags: nathom/nathomvim
Tags
Add nvim alias to ari package Co-Authored-By: Claude Opus 4.6 <[email protected]>
Add C/C++ language support to ari package Co-Authored-By: Claude Opus 4.6 <[email protected]>
Cleanup and config improvements Co-Authored-By: Claude Opus 4.5 <[email protected]>
Fix nvim-treesitter config for new API
The nvim-treesitter.configs module was removed in recent versions.
Use require("nvim-treesitter").setup() instead.
Co-Authored-By: Claude Opus 4.5 <[email protected]>
Add bundler release action (#2) * add action * Remove macos * Update release name * Fix release workflow bundling * prerun build * Bundle explicit nvim attribute * Keep derivations for bundler * Configure nix daemon to keep derivations * Use nix-portable directly in CI * Revert "Use nix-portable directly in CI" This reverts commit e0d5776. * Switch CI to nix-portable with proot * Revert "Switch CI to nix-portable with proot" This reverts commit f70b8fe. * Persist derivations on CI daemon * Fix keep-derivations step * Instantiate drv before bundling * Fetch derivations from binary cache * Align drv materialization with bundle target * Bundle explicit nvim attr again * Prefetch drv closure before bundling * Build upstream neovim to provide drv * Eval neovim drvPath instead of building * Pin installer to Nix 2.18 * Silence FlakeHub cache warnings * Remove magic-nix-cache action * Limit release workflow to main
PreviousNext