forked from poz/niksos
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;
|
enable = true;
|
||||||
installArtifacts = true;
|
installArtifacts = true;
|
||||||
settings = {
|
settings = {
|
||||||
autoStart = "shut-up";
|
auto_start = "shut-up";
|
||||||
recommendedKeymaps = true;
|
keymap.recommended = true;
|
||||||
alwaysComplete = false;
|
completion.always = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
chadtree = {
|
chadtree = {
|
||||||
|
|
Loading…
Reference in a new issue