1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 02:27:44 +00:00

Disable auto completion in Helix

This commit is contained in:
RGBCube 2025-01-14 18:58:03 +03:00
parent 04dcf9989d
commit 164d7251fd

View file

@ -115,10 +115,10 @@ in {
settings.theme = "gruvbox_dark_hard";
settings.editor = {
auto-completion = false;
bufferline = "multiple";
color-modes = true;
completion-replace = true;
completion-trigger-len = 0;
cursor-shape.insert = "bar";
cursorline = true;
file-picker.hidden = false;