1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 12:07:48 +00:00

Disable auto suggestion in helix properly

This commit is contained in:
RGBCube 2023-11-20 10:39:00 +03:00
parent dd1d1b8854
commit 4b5369a10c
No known key found for this signature in database

View file

@ -7,16 +7,16 @@
settings.theme = "gruvbox_dark_hard"; settings.theme = "gruvbox_dark_hard";
settings.editor = { settings.editor = {
color-modes = true; auto-completion = false;
completion-replace = true; color-modes = true;
cursor-shape.insert = "bar"; completion-replace = true;
cursorline = true; cursor-shape.insert = "bar";
bufferline = "multiple"; cursorline = true;
idle-timeout = 10000; bufferline = "multiple";
file-picker.hidden = false; file-picker.hidden = false;
line-number = "relative"; line-number = "relative";
shell = [ "nu" "--commands" ]; shell = [ "nu" "--commands" ];
text-width = 100; text-width = 100;
}; };
settings.editor.indent-guides = { settings.editor.indent-guides = {