1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 10:37: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,17 +115,17 @@ in {
settings.theme = "gruvbox_dark_hard"; settings.theme = "gruvbox_dark_hard";
settings.editor = { settings.editor = {
bufferline = "multiple"; auto-completion = false;
color-modes = true; bufferline = "multiple";
completion-replace = true; color-modes = true;
completion-trigger-len = 0; completion-replace = true;
cursor-shape.insert = "bar"; cursor-shape.insert = "bar";
cursorline = true; cursorline = true;
file-picker.hidden = false; file-picker.hidden = false;
idle-timeout = 0; idle-timeout = 0;
line-number = "relative"; line-number = "relative";
shell = [ "bash" "-c" ]; shell = [ "bash" "-c" ];
text-width = 100; text-width = 100;
}; };
settings.editor.indent-guides = { settings.editor.indent-guides = {