mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
eink
This commit is contained in:
parent
6e32a12a6f
commit
edaa3b324c
2 changed files with 3 additions and 2 deletions
|
|
@ -15,6 +15,7 @@ Bundle 'jnurmine/Zenburn'
|
||||||
Bundle 'endel/vim-github-colorscheme'
|
Bundle 'endel/vim-github-colorscheme'
|
||||||
Bundle 'flazz/vim-colorschemes'
|
Bundle 'flazz/vim-colorschemes'
|
||||||
Bundle 'lloeki/vim-one-colorschemes'
|
Bundle 'lloeki/vim-one-colorschemes'
|
||||||
|
Bundle 'https://bitbucket.org/kisom/eink.vim.git'
|
||||||
|
|
||||||
Bundle 'tpope/vim-bundler'
|
Bundle 'tpope/vim-bundler'
|
||||||
Bundle 'tpope/vim-fugitive'
|
Bundle 'tpope/vim-fugitive'
|
||||||
|
|
|
||||||
4
vimrc
4
vimrc
|
|
@ -28,8 +28,8 @@ let g:airline_symbols.whitespace = ''
|
||||||
if !has('gui_running')
|
if !has('gui_running')
|
||||||
set showtabline=1 "automatic tab bar
|
set showtabline=1 "automatic tab bar
|
||||||
set mouse=n "mouse support
|
set mouse=n "mouse support
|
||||||
set background=light
|
set background=dark
|
||||||
colorscheme one-light
|
colorscheme eink
|
||||||
|
|
||||||
"use terminal background
|
"use terminal background
|
||||||
hi Normal ctermbg=none
|
hi Normal ctermbg=none
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue