micro-editor / micro-editor/micro
Code indentation lines
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:

micro (no lines):

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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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