mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Go simpler
This commit is contained in:
parent
3b1231d4e5
commit
3e7c7867e6
2 changed files with 16 additions and 13 deletions
17
plugged.vim
17
plugged.vim
|
|
@ -4,16 +4,19 @@ call plug#begin('~/.vim/plugged')
|
||||||
Plug 'tpope/vim-sensible'
|
Plug 'tpope/vim-sensible'
|
||||||
|
|
||||||
" Themes
|
" Themes
|
||||||
Plug 'altercation/vim-colors-solarized'
|
"Plug 'altercation/vim-colors-solarized'
|
||||||
Plug 'jnurmine/Zenburn'
|
"Plug 'jnurmine/Zenburn'
|
||||||
Plug 'endel/vim-github-colorscheme'
|
"Plug 'endel/vim-github-colorscheme'
|
||||||
Plug 'flazz/vim-colorschemes'
|
"Plug 'flazz/vim-colorschemes'
|
||||||
Plug 'lloeki/vim-one-colorschemes'
|
"Plug 'lloeki/vim-one-colorschemes'
|
||||||
Plug 'rakr/vim-one'
|
"Plug 'rakr/vim-one'
|
||||||
Plug 'https://bitbucket.org/kisom/eink.vim.git'
|
Plug 'clinstid/eink.vim'
|
||||||
Plug 'robertmeta/nofrils'
|
Plug 'robertmeta/nofrils'
|
||||||
Plug 'whatyouhide/vim-gotham'
|
Plug 'whatyouhide/vim-gotham'
|
||||||
Plug 'olivertaylor/vacme'
|
Plug 'olivertaylor/vacme'
|
||||||
|
"Plug 'ayu-theme/ayu-vim'
|
||||||
|
Plug 'pbrisbin/vim-colors-off'
|
||||||
|
Plug 'ikaros/smpl-vim'
|
||||||
|
|
||||||
" External tool integration
|
" External tool integration
|
||||||
Plug 'tpope/vim-bundler' " bundler + gem-ctags
|
Plug 'tpope/vim-bundler' " bundler + gem-ctags
|
||||||
|
|
|
||||||
12
vimrc
12
vimrc
|
|
@ -32,13 +32,13 @@ if !has('gui_running')
|
||||||
set ttymouse=sgr
|
set ttymouse=sgr
|
||||||
end
|
end
|
||||||
set background=light
|
set background=light
|
||||||
colorscheme vacme
|
colorscheme smpl
|
||||||
|
|
||||||
"use terminal background
|
"use terminal background
|
||||||
hi Normal ctermbg=none
|
"hi Normal ctermbg=none
|
||||||
hi todo ctermbg=none
|
"hi todo ctermbg=none
|
||||||
hi statement ctermbg=none
|
"hi statement ctermbg=none
|
||||||
hi LineNr ctermbg=none
|
"hi LineNr ctermbg=none
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Appearance tweaks
|
" Appearance tweaks
|
||||||
|
|
@ -54,7 +54,7 @@ set wildignore+=pkg
|
||||||
set wildignore+=vendor
|
set wildignore+=vendor
|
||||||
|
|
||||||
" Display more info
|
" Display more info
|
||||||
set number "show line numbers in left margin
|
"set number "show line numbers in left margin
|
||||||
|
|
||||||
" Search tweaks
|
" Search tweaks
|
||||||
set ignorecase "ignore case when searching
|
set ignorecase "ignore case when searching
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue