comparison .vimrc @ 251:b00e6b403896

Added airline-colour-splits and removed whitespace
author Steve Huston <huston@srhuston.net>
date Wed, 27 Mar 2024 16:31:21 -0400
parents fe6f4e3da0e7
children d2bde75bd73a
comparison
equal deleted inserted replaced
250:5619e06b048e 251:b00e6b403896
44 44
45 " ========== My plugins here ========== 45 " ========== My plugins here ==========
46 " https://github.com/vim-airline/vim-airline 46 " https://github.com/vim-airline/vim-airline
47 " Status bar. I like status bars. 47 " Status bar. I like status bars.
48 Plug 'vim-airline/vim-airline' 48 Plug 'vim-airline/vim-airline'
49
50 " https://github.com/Roy-Orbison/airline-colour-splits
51 " Trying this again, fixes airline issues on split windows
52 Plug 'Roy-Orbison/airline-colour-splits'
49 53
50 " https://github.com/tpope/vim-sleuth 54 " https://github.com/tpope/vim-sleuth
51 " automatically adjusts 'shiftwidth' and 'expandtab' heuristically 55 " automatically adjusts 'shiftwidth' and 'expandtab' heuristically
52 Plug 'tpope/vim-sleuth' 56 Plug 'tpope/vim-sleuth'
53 57