Skip to content

local system information vim-airline extension

License

Notifications You must be signed in to change notification settings

ratmav/vim-airline-system

Repository files navigation

vim-airline-system

vim-airline system information extension.

note: replaces the vim-airline "z" section.

screenshot

supported platforms

  • 64-bit macos
  • 64-bit linux

installation

use git or your plugin manager of choice to install vim-airline-system.

development

build

note: go v1.15

in the below example, platform_name would be "darwin" or "linux".

$ cd go
$ go build -o ../autoload/airline/extensions/bin/platform_name --mod=vendor

acknowledgements