Skip to content

Commit

Permalink
Add vimrc.d/vimrc.statusline
Browse files Browse the repository at this point in the history
  • Loading branch information
Takatoshi Ono committed Sep 9, 2014
1 parent e499c37 commit 23751bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 1 addition & 6 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ set encoding=utf-8
" Display
set number
set nolist
set laststatus=2
"set textwidth=78
set showcmd
set statusline=%<%f\ %m%r%h%w%{'['.(&fenc!=''?&fenc:&enc).']['.&ff.']'}%=%l,%c%V%8P
set ambiwidth=double

" Editing
Expand Down Expand Up @@ -94,7 +92,4 @@ nnoremap <silent> ,ub :<C-u>Unite buffer<CR>
nnoremap <silent> ,uf :<C-u>UniteWithBufferDir -buffer-name=files file<CR>
nnoremap <silent> ,ug :<C-u>Unite grep:. -buffer-name=search-buffer<CR>
" lightline.vim
let g:lightline = {
\ 'colorscheme': 'solarized'
\ }
source ~/.dotfiles/vimrc.d/vimrc.statusline
7 changes: 7 additions & 0 deletions vimrc.d/vimrc.statusline
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
set laststatus=2
"set statusline=%<%f\ %m%r%h%w%{'['.(&fenc!=''?&fenc:&enc).']['.&ff.']'}%=%l,%c%V%8P

" lightline.vim
let g:lightline = {
\ 'colorscheme': 'solarized'
\ }

0 comments on commit 23751bf

Please sign in to comment.