comparison .vimrc @ 252:d2bde75bd73a

That wasn't the fix, and I'm finding problems with it. Yoink.
author Steve Huston <huston@astro.princeton.edu>
date Wed, 27 Mar 2024 16:55:23 -0400
parents b00e6b403896
children
comparison
equal deleted inserted replaced
251:b00e6b403896 252:d2bde75bd73a
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'
53 49
54 " https://github.com/tpope/vim-sleuth 50 " https://github.com/tpope/vim-sleuth
55 " automatically adjusts 'shiftwidth' and 'expandtab' heuristically 51 " automatically adjusts 'shiftwidth' and 'expandtab' heuristically
56 Plug 'tpope/vim-sleuth' 52 Plug 'tpope/vim-sleuth'
57 53