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: 6bb6779b8eac
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1e510a65a359
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Sep 28, 2020

  1. programs.neovim: init (#98506)

    * programs.neovim: init
    
    Allows to build a proper runtime folder with after/ ftplugin/ parser/ subfolders etc.
    (neo)vim expects a few different folders, for instance to load
    treesitter parsers.
    
    This PR reuses the builder from the etc module, notwithstanding the
    different modes/uid/gid.
    
    This allows to get rid of some autocmd in customRC (via proper use of
    the folder hierarchy) which is a win in my opinion.
    teto committed Sep 28, 2020
    Copy the full SHA
    1e510a6 View commit details
    Browse the repository at this point in the history