mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: miscellaneous necessary refactors post-update
This commit is contained in:
parent
6ce119d871
commit
5aad6c3a84
11 changed files with 48 additions and 73 deletions
|
@ -29,8 +29,10 @@
|
|||
# Undo tree
|
||||
undotree = {
|
||||
enable = true;
|
||||
focusOnToggle = true;
|
||||
windowLayout = 4;
|
||||
settings = {
|
||||
FocusOnToggle = true;
|
||||
WindowLayout = 4;
|
||||
};
|
||||
};
|
||||
|
||||
# Quickfix menu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue