pkg(nixvim): Modify some nixvim options

This commit is contained in:
ulic-youthlic 2025-07-13 06:04:55 +08:00
parent bf50c2b05c
commit 86f39ed4ce
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -13,7 +13,7 @@ makeNixvimWithModule {
module = {
imports = with lib; youthlic.loadImports' ./. (filter (name: !hasSuffix "/package.nix" (toString name)));
enableMan = true;
plugins.lualine.enable = true;
enablePrintInit = true;
package = neovim_git;
performance = {
# combinePlugins = {