Feat: vim airline to lightline
This commit is contained in:
parent
48bd0737ac
commit
9bf6538ec1
@ -1,3 +1,8 @@
|
||||
" lightline -> no need showmod
|
||||
set noshowmode
|
||||
let g:lightline = {
|
||||
\ 'colorscheme': 'selenized_dark',
|
||||
\ }
|
||||
" Supertab
|
||||
let g:SuperTabDefaultCompletionType = "context"
|
||||
|
||||
|
@ -4,8 +4,10 @@ set nocompatible " be iMproved, required
|
||||
call plug#begin('~/.vim/plugged')
|
||||
|
||||
" Airline statusline
|
||||
Plug 'vim-airline/vim-airline'
|
||||
Plug 'vim-airline/vim-airline-themes'
|
||||
" Plug 'vim-airline/vim-airline'
|
||||
" Plug 'vim-airline/vim-airline-themes'
|
||||
Plug 'itchyny/lightline.vim'
|
||||
|
||||
|
||||
"" plug.vim management
|
||||
Plug 'junegunn/vim-plug'
|
||||
@ -45,7 +47,6 @@ Plug 'davidhalter/jedi-vim'
|
||||
" Code formating for python
|
||||
Plug 'python/black'
|
||||
|
||||
|
||||
" Vim note taking plugin
|
||||
Plug 'xolox/vim-misc'
|
||||
Plug 'xolox/vim-notes'
|
||||
|
Loading…
Reference in New Issue
Block a user