mirror of
https://github.com/nix-community/home-manager
synced 2024-11-08 20:29:43 +01:00
8 lines
191 B
Nix
8 lines
191 B
Nix
{
|
|
neovim-plugin-config = ./plugin-config.nix;
|
|
neovim-coc-config = ./coc-config.nix;
|
|
neovim-runtime = ./runtime.nix;
|
|
|
|
# waiting for a nixpkgs patch
|
|
neovim-no-init = ./no-init.nix;
|
|
}
|