Class: Amun::ModeLineSegments::MajorMode
- Inherits:
-
Object
- Object
- Amun::ModeLineSegments::MajorMode
- Defined in:
- lib/amun/mode_line_segments/major_mode.rb
Overview
display major mode name in mode line
Instance Method Summary collapse
Instance Method Details
#render(buffer) ⇒ Object
5 6 7 8 |
# File 'lib/amun/mode_line_segments/major_mode.rb', line 5 def render(buffer) mode = buffer.major_mode.class.name.split('::').last " (#{mode}) ".colorize(:mode_line) end |