mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
11 lines
283 B
Nix
11 lines
283 B
Nix
{
|
|
neovim-plugin-config = ./plugin-config.nix;
|
|
neovim-coc-config = ./coc-config.nix;
|
|
neovim-runtime = ./runtime.nix;
|
|
neovim-wrapper-args = ./wrapper-args.nix;
|
|
|
|
# waiting for a nixpkgs patch
|
|
neovim-no-init = ./no-init.nix;
|
|
neovim-extra-lua-init = ./extra-lua-init.nix;
|
|
}
|