commit 64dd3b79d1fa654e060a9e3ed7554d5c8680a9d9 Author: Antun Krasic Date: Sun Feb 11 23:17:29 2024 +0000 Helix config diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..ed40861 --- /dev/null +++ b/config.toml @@ -0,0 +1,28 @@ +theme = "monokai_pro" + +[editor] +bufferline = "always" + +[editor.statusline] +left = ["mode", "spinner"] +center = ["file-name"] +# right = ["diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"] +right = ["version-control", "diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"] +separator = "│" +mode.normal = "NORMAL" +mode.insert = "INSERT" +mode.select = "SELECT" + +[editor.gutters] +layout = ["diff", "diagnostics", "line-numbers", "spacer"] + +[editor.lsp] +display-messages = true + +[editor.indent-guides] +render = true +character = "╎" # Some characters that work well: "▏", "┆", "┊", "⸽" +skip-levels = 1 + +[keys.normal] +C-g = ":sh tmux popup -d \"#{pane_current_path}\" -xC -yC -w80% -h80% -E lazygit"