diff --git a/dotfiles/.config/helix/config.toml b/dotfiles/.config/helix/config.toml new file mode 100644 index 0000000..9d95daf --- /dev/null +++ b/dotfiles/.config/helix/config.toml @@ -0,0 +1,30 @@ +theme = "kanagawa" + +[editor] +line-number = "relative" +auto-pairs = false +auto-completion = false +end-of-line-diagnostics = "hint" + +[editor.cursor-shape] +insert = "bar" +normal = "block" +select = "underline" + +[editor.lsp] +auto-signature-help = false + +[editor.whitespace.render] +space = "all" +tab = "all" +nbsp = "none" +nnbsp = "none" +newline = "none" + +[editor.indent-guides] +render = true +character = "╎" +skip-levels = 1 + +[editor.inline-diagnostics] +cursor-line = "warning"