Adapted configs to dell e7470 work laptop
This commit is contained in:
35
vim/vimrc
35
vim/vimrc
@@ -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 "
|
||||
"""""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
Reference in New Issue
Block a user