micro-editor / micro-editor/micro

Code indentation lines

Open
#2,790 2 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
29.6k
Forks
1.4k
Avg merge
2d 18h
Merged PRs (30d)
10

Description

Description

Are there ways to enable code indentation lines, like vscode:
image
micro (no lines):
image

Specifications

Commit hash: 225927b9
OS: Arch Linux
Terminal: Konsole

Config:

{ "*.cpp": { "savecursor": true, "saveundo": true }, "colorscheme": "monokai-alpha", "diffgutter": true, "eofnewline": false, "filemanager-openonstart": true, "keepautoindent": true, "lsp.autocompleteDetails": true, "lsp.formatOnSave": false, "lsp.server": "cpp=clangd", "mkparents": true, "scrollbar": true, "softwrap": true, "tabstospaces": true, "useprimary": false }
color-link indent-char "#505050"

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source file, test, or entry point is named. Start by tracing how micro renders indentation and how the existing indent-char color setting is handled; clarify the desired behavior from the VS Code comparison, then define coverage that demonstrates the completed configuration.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
cli
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.