Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 4ae993455dee
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c9bd5b8516d5
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 25, 2019

  1. kakoune: support for adding plugins

    Motivation: There is a thriving plugin ecosystem for Kakoune now,
    and it is nice to add these in our Nix configurations. This was modeled
    on neovim's plugins.
    
    parinfer-rust is useable both standalone and as a Kakoune plugin,
    so the plugin file inherits the same definition as pkgs.
    
    I'll make PRs for other plugins if this gets accepted.
    [Here](https://github.com/eraserhd/nixpkgs/tree/kak-ansi)'s a tested
    branch for the `kak-ansi` plugin.
    eraserhd committed Jun 25, 2019
    Copy the full SHA
    2a91145 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Merge pull request #61385 from eraserhd/kakoune-plugins

    kakoune: support for adding plugins
    alyssais committed Jun 26, 2019
    Copy the full SHA
    c9bd5b8 View commit details
    Browse the repository at this point in the history