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:
parent
b9bd255a55
commit
f9d943ef63
5 changed files with 114 additions and 82 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue