NixOS 24.11: Some warnings removed

The lualine ones I'll have to see if it changes the way I want.
This commit is contained in:
Geoffrey Frogeye 2024-12-03 19:04:35 +01:00
parent b9bd255a55
commit f9d943ef63
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
5 changed files with 114 additions and 82 deletions

View file

@ -53,18 +53,20 @@ in
# Catches attention when cursor changed position
specs = {
enable = true;
min_jump = 5;
settings.popup.fader = "require('specs').pulse_fader";
settings = {
min_jump = 5;
popup.fader = "require('specs').pulse_fader";
};
};
# Treesitter
treesitter = {
# Allows for better syntax highlighting
enable = true;
incrementalSelection = {
enable = true;
settings = {
incremental_selection.enable = true;
# indent = true; # Not very working last time I tried apparently
};
# indent = true; # Not very working last time I tried apparently
};
indent-blankline.enable = true; # Show indent guides
rainbow-delimiters.enable = true; # Randomly colore paired brackets