nvim: Drop vim-buftabline and it's color scheme configuration
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
6753d5a081
commit
d73c9e483d
3 changed files with 0 additions and 13 deletions
|
@ -115,12 +115,6 @@ hi NonText guifg=#465457
|
||||||
hi SpecialKey guifg=#465457
|
hi SpecialKey guifg=#465457
|
||||||
hi Conceal guifg=#f92672 guibg=bg
|
hi Conceal guifg=#f92672 guibg=bg
|
||||||
|
|
||||||
" For vim-buftabline
|
|
||||||
hi BufTabLineFill guifg=#ffffff guibg=#151515 gui=None
|
|
||||||
hi BufTabLineCurrent guifg=#ffb700 guibg=#151515 gui=bold
|
|
||||||
hi BufTabLineActive guifg=#e6db74 guibg=#151515
|
|
||||||
hi BufTabLineHidden guifg=#66d9ae guibg=#151515 gui=bold
|
|
||||||
|
|
||||||
" Must be at the end, because of ctermbg=234 bug.
|
" Must be at the end, because of ctermbg=234 bug.
|
||||||
" https://groups.google.com/forum/#!msg/vim_dev/afPqwAFNdrU/nqh6tOM87QUJ
|
" https://groups.google.com/forum/#!msg/vim_dev/afPqwAFNdrU/nqh6tOM87QUJ
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
|
@ -9,8 +9,6 @@ Plug 'rhysd/clever-f.vim'
|
||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf.vim'
|
||||||
" Remove extraneous whitespace when edit mode is exited
|
" Remove extraneous whitespace when edit mode is exited
|
||||||
Plug 'axelf4/vim-strip-trailing-whitespace'
|
Plug 'axelf4/vim-strip-trailing-whitespace'
|
||||||
" Tabline
|
|
||||||
Plug 'ap/vim-buftabline'
|
|
||||||
" Manage Project sessions
|
" Manage Project sessions
|
||||||
Plug 'thaerkh/vim-workspace'
|
Plug 'thaerkh/vim-workspace'
|
||||||
" For autocompletion
|
" For autocompletion
|
||||||
|
|
|
@ -76,11 +76,6 @@ let g:grepper.prompt = 0
|
||||||
" Incremental search
|
" Incremental search
|
||||||
let g:incsearch#auto_nohlsearch = 1
|
let g:incsearch#auto_nohlsearch = 1
|
||||||
|
|
||||||
" Buftabline
|
|
||||||
let g:buftabline_plug_max = 0
|
|
||||||
let g:buftabline_numbers = 1
|
|
||||||
let g:buftabline_indicators = 1
|
|
||||||
|
|
||||||
" Markdown
|
" Markdown
|
||||||
let g:vim_markdown_conceal = 0
|
let g:vim_markdown_conceal = 0
|
||||||
" Python
|
" Python
|
||||||
|
|
Loading…
Reference in a new issue