Skip to content

Commit

Permalink
Support IDE-installed boards, courtesy of @yedvilun
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Nov 2, 2018
1 parent 5264063 commit 86b1e7f
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 62 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -68,7 +68,12 @@ function! MyStatusLine()
endfunction
setl statusline=%!MyStatusLine()
```
Note: if you are using the 'airline' plugin for the status line, you can display
this custom status part instead of the filename extension with:

```vim
let g:airline_section_x='%{MyStatusLine()}'
```

## License
Everything is under the [MIT
Expand Down

0 comments on commit 86b1e7f

Please sign in to comment.