Merge branch 'master' of https://github.com/tcacrossley/dotfiles
This commit is contained in:
commit
bd249d93c4
13
.vimrc
13
.vimrc
@ -8,7 +8,6 @@ Plug 'easymotion/vim-easymotion'
|
||||
Plug 'roosta/srcery'
|
||||
Plug 'scrooloose/nerdcommenter'
|
||||
Plug 'vim-syntastic/syntastic'
|
||||
Plug 'nathanaelkane/vim-indent-guides'
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'vim-airline/vim-airline'
|
||||
Plug 'vim-airline/vim-airline-themes'
|
||||
@ -18,7 +17,7 @@ Plug 'kien/ctrlp.vim'
|
||||
Plug 'tpope/vim-surround'
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
Plug 'godlygeek/tabular'
|
||||
Plug 'ntpeters/vim-better-whitespace'
|
||||
Plug 'christoomey/vim-system-copy'
|
||||
call plug#end()
|
||||
|
||||
" Defaults
|
||||
@ -40,15 +39,7 @@ set showcmd
|
||||
set wildmenu
|
||||
syntax enable
|
||||
set ignorecase
|
||||
let g:better_whitespace_ctermcolor='red'
|
||||
let g:better_whitespace_enabled=1
|
||||
let g:strip_whitespace_on_save=1
|
||||
|
||||
" Indent Highlights
|
||||
let g:indent_guides_enable_on_vim_startup = 1
|
||||
let g:indent_guides_auto_colors = 0
|
||||
autocmd VimEnter,Colorscheme * :hi IndentGuidesOdd guibg=red ctermbg=8
|
||||
autocmd VimEnter,Colorscheme * :hi IndentGuidesEven guibg=green ctermbg=0
|
||||
set pastetoggle=<F3>
|
||||
|
||||
" CTRL-P
|
||||
let g:ctrlp_map = '<c-p>'
|
||||
|
@ -1,5 +1,6 @@
|
||||
xrandr --auto --output VGA-1-1 --mode 1280x1024 --left-of DVI-D-0 --output VGA-2-1 --mode 1024x768 --right-of DVI-D-0
|
||||
feh --bg-fill ~/.wallpapers/TARDIS4.jpg --bg-fill ~/.wallpapers/Rose.jpg --bg-fill ~/.wallpapers/Doctor.jpg
|
||||
feh --bg-fill ~/.wallpapers/.centre --bg-fill ~/.wallpapers/.left --bg-fill ~/.wallpapers/.right
|
||||
setxkbmap gb
|
||||
daemonize /bin/redshift -l 54:2
|
||||
compton -b --config ~/.config/compton/compton.conf
|
||||
kdeconnect-app
|
||||
|
Loading…
Reference in New Issue
Block a user