1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +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.editor = {
color-modes = true;
completion-replace = true;
cursor-shape.insert = "bar";
cursorline = true;
bufferline = "multiple";
idle-timeout = 10000;
file-picker.hidden = false;
line-number = "relative";
shell = [ "nu" "--commands" ];
text-width = 100;
auto-completion = false;
color-modes = true;
completion-replace = true;
cursor-shape.insert = "bar";
cursorline = true;
bufferline = "multiple";
file-picker.hidden = false;
line-number = "relative";
shell = [ "nu" "--commands" ];
text-width = 100;
};
settings.editor.indent-guides = {