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:
parent
04dcf9989d
commit
164d7251fd
1 changed files with 11 additions and 11 deletions
|
@ -115,17 +115,17 @@ in {
|
|||
settings.theme = "gruvbox_dark_hard";
|
||||
|
||||
settings.editor = {
|
||||
bufferline = "multiple";
|
||||
color-modes = true;
|
||||
completion-replace = true;
|
||||
completion-trigger-len = 0;
|
||||
cursor-shape.insert = "bar";
|
||||
cursorline = true;
|
||||
file-picker.hidden = false;
|
||||
idle-timeout = 0;
|
||||
line-number = "relative";
|
||||
shell = [ "bash" "-c" ];
|
||||
text-width = 100;
|
||||
auto-completion = false;
|
||||
bufferline = "multiple";
|
||||
color-modes = true;
|
||||
completion-replace = true;
|
||||
cursor-shape.insert = "bar";
|
||||
cursorline = true;
|
||||
file-picker.hidden = false;
|
||||
idle-timeout = 0;
|
||||
line-number = "relative";
|
||||
shell = [ "bash" "-c" ];
|
||||
text-width = 100;
|
||||
};
|
||||
|
||||
settings.editor.indent-guides = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue