mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
9621e9ab80
* programs.neovim: add extraLuaConfig Add a configuration option to add custom lua configuration lines to `lua.init`. * apply review: formatting * apply review: fix test
9 lines
239 B
Nix
9 lines
239 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;
|
|
neovim-extra-lua-init = ./extra-lua-init.nix;
|
|
}
|