Adapted configs to dell e7470 work laptop

This commit is contained in:
2017-01-25 17:27:17 +01:00
parent fd1b2a2c9d
commit fd71d6a05c
11 changed files with 73 additions and 86 deletions

View File

@@ -34,21 +34,29 @@ endif
" Start Vundle stuff "
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
" A pretty statusline, bufferline integration "
Plugin 'itchyny/lightline.vim'
Plugin 'bling/vim-bufferline'
" <Tab> everything! "
Plugin 'ervandew/supertab'
"Plugin 'ervandew/supertab'
" Glorious colorscheme "
Plugin 'nanotech/jellybeans.vim'
" Super easy commenting, toggle comments etc "
Plugin 'scrooloose/nerdcommenter'
" Autoclose (, " etc "
Plugin 'Townk/vim-autoclose'
"Plugin 'Townk/vim-autoclose'
" Git wrapper inside Vim "
Plugin 'tpope/vim-fugitive'
" Handle surround chars like "
Plugin 'tpope/vim-surround'
"Handle surround chars like "
"Plugin 'tpope/vim-surround'
" Vim signs (:h signs) for modified lines based off VCS (e.g. Git) "
Plugin 'mhinz/vim-signify'
" Finish Vundle stuff "
@@ -65,16 +73,15 @@ filetype plugin indent on
"""""""""""""""""""""""""""""""""""""""""
" Lightline (statusline) configuration "
"""""""""""""""""""""""""""""""""""""""""
let g:lightline = {
\ 'colorscheme': 'default',
\ 'component': {
\ 'readonly': '%{&readonly?"":""}',
\ },
\ 'separator': { 'left': '', 'right': '' },
\ 'subseparator': { 'left': '', 'right': '' }
\ }
"let g:lightline = {
" \ 'colorscheme': 'default',
" \ 'component': {
" \ 'readonly': '%{&readonly?"":""}',
" \ },
" \ 'separator': { 'left': '', 'right': '' },
" \ 'subseparator': { 'left': '', 'right': '' }
" \ }
"
"""""""""""""""""""""""""""""""""""""""""
" Misc configurations "
"""""""""""""""""""""""""""""""""""""""""