From 92c7c9926440949fa188be3b95fab26257e312c5 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Sun, 10 Apr 2022 14:07:13 +0300 Subject: [PATCH] better helix conf --- users/patriot/default.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/users/patriot/default.nix b/users/patriot/default.nix index fd5c70c..0e4e726 100644 --- a/users/patriot/default.nix +++ b/users/patriot/default.nix @@ -693,8 +693,25 @@ in { ''; "helix/config.toml".text = '' theme = "mytheme" + [editor] line-number = "relative" + middle-click-paste = false + true-color = true + + [editor.cursor-shape] + insert = "bar" + + [editor.auto-pairs] + '(' = ')' + '{' = '}' + '[' = ']' + '"' = '"' + "'" = "'" + '<' = '>' + + [editor.lsp] + display-messages = true ''; "helix/languages.toml".text = '' [[language]]