nixvim try not to change settings for 5 minutes challenge
This commit is contained in:
parent
7b30e9df49
commit
2d0c24a5f1
1 changed files with 3 additions and 3 deletions
|
@ -101,9 +101,9 @@ in {
|
|||
enable = true;
|
||||
installArtifacts = true;
|
||||
settings = {
|
||||
autoStart = "shut-up";
|
||||
recommendedKeymaps = true;
|
||||
alwaysComplete = false;
|
||||
auto_start = "shut-up";
|
||||
keymap.recommended = true;
|
||||
completion.always = false;
|
||||
};
|
||||
};
|
||||
chadtree = {
|
||||
|
|
Loading…
Reference in a new issue