Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

neovim: add config to passthru #101100

Merged
merged 1 commit into from Oct 20, 2020
Merged

neovim: add config to passthru #101100

merged 1 commit into from Oct 20, 2020

Commits on Oct 20, 2020

  1. neovim: add config to passthru

    first will register the config under the name init.vim which is more
    appropriate for neovim.
    Pass the generated config to passthru so that one can easily pass the
    current config to a
    raw/unwrapped neovim (helps with development).
    
    For instance, home-manager can reference the config in $XDG_CONFIG_HOME/nvim/init.vim
    without the need to wrap nvim with its config.
    teto committed Oct 20, 2020
    Copy the full SHA
    4b3322a View commit details
    Browse the repository at this point in the history