diff --git a/home-modules/helix.nix b/home-modules/helix.nix index a0da2e3..a3c5336 100644 --- a/home-modules/helix.nix +++ b/home-modules/helix.nix @@ -45,7 +45,7 @@ cursorcolumn = true; # continue-comments = false; auto-completion = true; - path-completion = true; + # path-completion = true; auto-format = false; idle-timeout = 250; completion-timeout = 5; @@ -65,7 +65,7 @@ indent-heuristic = "hybrid"; jump-label-alphabet = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; # clip-board-provider = # selected automatically - end-of-line-diagnostics = "hint"; + # end-of-line-diagnostics = "hint"; statusline = { left = [ "mode" "spinner" @@ -185,13 +185,13 @@ enable = false; supersend-menu = false; }; - inline-diagnostics = { - cursor-line = "hint"; - other-lines = "disable"; - prefix-len = 1; - # max-wrap = set above - max-diagnostics = 20; - }; + # inline-diagnostics = { + # cursor-line = "hint"; + # other-lines = "disable"; + # prefix-len = 1; + # # max-wrap = set above + # max-diagnostics = 20; + # }; }; keys = { normal = {