Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Plugin trim cannot ignore startup dashboard as config any more #2987

Open
1 task done
i11010520 opened this issue Feb 7, 2025 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@i11010520
Copy link

Field Description
Plugin trim
Nixpkgs :NixOS/nixpkgs/1da52dd49a127ad74486b135898da2cef8c62665?narHash=sha256-KRwX9Z1XavpgeSDVM/THdFd6uH8rNm/6R%2B7kIbGa%2B2s%3D
Home Manager github:nix-community/home-manager/433799271274c9f2ab520a49527ebfe2992dcfbd?narHash=sha256-fmhq8B3MvQLawLbMO%2BLWLcdC2ftLMmwSk%2BP29icJ3tE%3D
  • I have read the FAQ and my bug is not listed there.

Description

Update nix flake:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/5b2753b0356d1c951d7a3ef1d086ba5a71fff43c?narHash=sha256-UEYOKfXXKU49fR7dGB05As0s2pGbLK4xDo48Qtdm7xs%3D' (2025-02-05)
  → 'github:NixOS/nixpkgs/1da52dd49a127ad74486b135898da2cef8c62665?narHash=sha256-KRwX9Z1XavpgeSDVM/THdFd6uH8rNm/6R%2B7kIbGa%2B2s%3D' (2025-02-05)
• Updated input 'nixvim':
    'github:nix-community/nixvim/2ecc5359f804bc98901dee0c95999ac3fa308388?narHash=sha256-cITxk7u1n%2Bif4Lyd5dGmPVZF8usHWuUspGOv65L3FXs%3D' (2025-02-06)
  → 'github:nix-community/nixvim/5024ef216f0e5d84adf1da703445de4ca1f8f9fb?narHash=sha256-N5aqp83tNnX6X%2B28CYhieUTHJjNTWyXCMUB4xyvMSO8%3D' (2025-02-06)
• Updated input 'nixvim/home-manager':
    'github:nix-community/home-manager/f20b7a8ab527a2482f13754dc00b2deaddc34599?narHash=sha256-yXT82kERWL4R81hfun9BuT478Q6ut0dJzdQjAxjRS38%3D' (2025-02-05)
  → 'github:nix-community/home-manager/f99c704fe3a4cf8d72b2d568ec80bc38be1a9407?narHash=sha256-sEgE3nifaRU5gfAx33ds0tx/j%2BqM0/5/bHopv/w6c0c%3D' (2025-02-06)

After home-manager switch, startup dashboard will highlight trim blanks:

Image

although, dashboard has been blocked:

programs.nixvim = {
    plugins.trim = {
      enable = true;
      autoLoad = true;

      settings = {
        highlight = true;
        ft_blocklist = [
          "dashboard"
          "neo-tree"
          "checkhealth"
          "fzf"
          "floaterm"
          "help"
          "lspinfo"
        ];
      };
    };

}
@i11010520 i11010520 added the bug Something isn't working label Feb 7, 2025
@i11010520 i11010520 changed the title [BUG] Plugin trim cannot ignore startup dashboard as config any more [BUG] Plugin trim cannot ignore startup dashboard as config any more Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant