diff options
| author | Chris <[email protected]> | 2020-05-03 12:18:38 -0400 |
|---|---|---|
| committer | Chris <[email protected]> | 2020-05-03 12:18:38 -0400 |
| commit | d45e2094d5f78c5cc8442ff53d3e89284870442e (patch) | |
| tree | 93f4847c3348c533e844c9758f98f3f6b7add89b /themes | |
| parent | 2957a2a6c0f2646617a6b415dcaccb120e3260e0 (diff) | |
git integration
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/airline.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/airline.vim b/themes/airline.vim index a3b26dca..3709ec40 100644 --- a/themes/airline.vim +++ b/themes/airline.vim @@ -11,6 +11,9 @@ let g:airline_left_sep = '' let g:airline_right_sep = '' let g:airline_right_alt_sep = '' +let g:airline#extensions#tabline#formatter = 'unique_tail' + + " Switch to your current theme let g:airline_theme = 'onedark' |
