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: nix-community/nixvim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 240dc12
Choose a base ref
...
head repository: nix-community/nixvim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a7b0b38
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Dec 24, 2022

  1. tokyonight: Fix configuration and align more with defaults (#87)

    The global variables don't work for applying configuration, we need to
    switch to using the 'setup' function. This also aligns the default
    option values in tokyonight upstream.
    traxys authored Dec 24, 2022
    Configuration menu
    Copy the full SHA
    5f67918 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. wrappers: Allow to customize the nixpkgs used for nixvim

    This allows to pass overlays and other such modifications of nixpkgs.
    traxys committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    3a73770 View commit details
    Browse the repository at this point in the history
  2. wrappers: Allow to pass a custom module to nixvim

    This is useful to be able to take full advantage of the Nix module
    system, with `imports` and `options`.
    traxys committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    aff6749 View commit details
    Browse the repository at this point in the history
  3. README: Update the documentation on the standalone usage

    The following information were out of date or incomplete:
    
    - The `build` function has be changed to the `makeNixvim` function.
    - `makeNixvimWithModule` has been introduced in order to allow more
    customization.
    - Added a full example using nixvim in a standalone flake
    traxys committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    a7b0b38 View commit details
    Browse the repository at this point in the history
Loading