[add] g:airline_section_c_only_filename

This commit is contained in:
kazukazuinaina
2021-04-23 02:17:39 +09:00
parent 07ab201a27
commit 9b2c1e9915
2 changed files with 8 additions and 1 deletions

View File

@@ -296,6 +296,9 @@ values):
* Display a short path in statusline: >
let g:airline_stl_path_style = 'short'
>
* Display a only file name in statusline: >
let g:airline_section_c_only_filename = 1
>
=============================================================================
COMMANDS *airline-commands*