feat: add indent-blankline to vim and tweak kernel loglevel
This commit is contained in:
@@ -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";
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user