mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-11 16:05:30 +00:00
maximal by default
This commit is contained in:
parent
3a35c64522
commit
53b7013d77
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ isMaximal: {
|
||||||
leap.enable = true;
|
leap.enable = true;
|
||||||
precognition.enable = isMaximal;
|
precognition.enable = isMaximal;
|
||||||
};
|
};
|
||||||
multicursors.enable = true;
|
multicursors.enable = isMaximal;
|
||||||
images = {
|
images = {
|
||||||
image-nvim.enable = false;
|
image-nvim.enable = false;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue