Renamed enable auto suggestion

This commit is contained in:
Lillian Violet 2024-03-17 16:24:02 +01:00
parent 48aabd7fe9
commit 3c9e97d7b5

View file

@ -34,7 +34,7 @@
}; };
} }
]; ];
enableAutosuggestions = true; autosuggestion.enable = true;
enableCompletion = true; enableCompletion = true;
historySubstringSearch.enable = true; historySubstringSearch.enable = true;
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;