nvim: re-enable vim-airline plugin

This commit is contained in:
Eric Torres 2025-02-05 22:11:12 -08:00
parent 6939f7a47f
commit 5e649c6530

View File

@ -10,8 +10,8 @@ Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
Plug 'preservim/nerdtree'
Plug 'stevearc/vim-arduino'
"Plug 'vim-airline/vim-airline'
"Plug 'vim-airline/vim-airline-themes'
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
call plug#end()