feat: add indent-blankline to vim and tweak kernel loglevel

This commit is contained in:
2025-12-12 19:27:20 +01:00
parent 030f3b8e39
commit 512f21bd3e
2 changed files with 2 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
# plymouth boot eye candy # plymouth boot eye candy
boot.initrd.systemd.enable = true; boot.initrd.systemd.enable = true;
boot.kernelParams = [ "quiet" ]; boot.kernelParams = [ "quiet" "loglevel=2" ];
boot.plymouth.enable = true; boot.plymouth.enable = true;
boot.plymouth.theme = "spinner"; boot.plymouth.theme = "spinner";

View File

@@ -26,6 +26,7 @@
plugins.treesitter.enable = true; plugins.treesitter.enable = true;
plugins.telescope.enable = true; plugins.telescope.enable = true;
plugins.web-devicons.enable = true; plugins.web-devicons.enable = true;
plugins.indent-blankline.enable = true;
}; };
# tmux config # tmux config