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 = { module = {
imports = with lib; youthlic.loadImports' ./. (filter (name: !hasSuffix "/package.nix" (toString name))); imports = with lib; youthlic.loadImports' ./. (filter (name: !hasSuffix "/package.nix" (toString name)));
enableMan = true; enableMan = true;
plugins.lualine.enable = true; enablePrintInit = true;
package = neovim_git; package = neovim_git;
performance = { performance = {
# combinePlugins = { # combinePlugins = {