You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

36m 43s logged

Added Status Line And Indentation

  • It displays contextual information about the current buffer, cursor, and editor state. 
  • By default, it shows the file path, modification status (e.g., [+] for unsaved changes), LSP diagnostics (error/warning counts), and cursor position (line and column).

By default, this specific layout divides status line into distinct visual chunks:

  • Far Left: Instantly shows what mode you are in (NORMAL, INSERT, VISUAL) with clear color changes.
  • Middle Left: Hooks directly into your GitHub configuration to show you which branch you are on and if you have any uncommitted changes.
  • Far Right: Displays the exact line and column number your cursor is sitting on, along with the file type (like lua or markdown).

Indentation - plugin for displaying indentation in the file. You can see that vertical lines which show the indentation in the code.

0
2

Comments 0

No comments yet. Be the first!