diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-10-23 15:18:57 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-10-23 15:18:57 +0100 |
| commit | b86cb49d5c6f0ca0d58ba3199f27cce13decdeef (patch) | |
| tree | 3d18dc29d888132154f7e6fcd7ee8226fca5893f | |
| parent | 2af20a79d96c399c50ae350bd02793383980790f (diff) | |
Change to a valid airline theme
| -rw-r--r-- | .config/nvim/themes/airline.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/themes/airline.vim b/.config/nvim/themes/airline.vim index c969d53..10f56b8 100644 --- a/.config/nvim/themes/airline.vim +++ b/.config/nvim/themes/airline.vim @@ -11,7 +11,7 @@ let g:airline_left_sep = '' let g:airline_right_sep = '' " Switch to your current theme -let g:airline_theme = 'railscasts' +let g:airline_theme = 'bubblegum' " Always show tabs set showtabline=2 |
