diff --git a/hm_modules/helix.nix b/hm_modules/helix.nix index d2ec13c..0e73fe3 100644 --- a/hm_modules/helix.nix +++ b/hm_modules/helix.nix @@ -19,11 +19,12 @@ }]; settings = { theme = "ayu_mirage"; - editor.lsp.display-messages = true; - editor.scrolloff = 5; - editor.true-color = true; - soft-wrap.enable = true; - # editor.soft-wrap.enable = true; + editor = { + lsp.display-messages = true; + scrolloff = 5; + soft-wrap.enable = true; + true-color = true; + }; keys.normal = { "C-A-l" = ":format"; "A-r" = ":reload";