From 378a99af0264724263196b0323bfb697c6267167 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Wed, 15 Nov 2017 11:30:09 -0500 Subject: [PATCH] Add some vim plugins --- vim/spell/en.utf-8.add | 6 ++++++ vim/spell/en.utf-8.add.spl | Bin 2195 -> 2269 bytes vim/templates/skeleton.plan | 4 +--- vimrc | 36 +++++++++++++++++++++++++++++++++--- windows/readme.md | 8 ++++++++ 5 files changed, 48 insertions(+), 6 deletions(-) diff --git a/vim/spell/en.utf-8.add b/vim/spell/en.utf-8.add index 214a83c..c053272 100644 --- a/vim/spell/en.utf-8.add +++ b/vim/spell/en.utf-8.add @@ -186,3 +186,9 @@ teleport Bomberman mana premultiplied +metaprogramming +melee +nootropics +teleportation +teleportations +codiing diff --git a/vim/spell/en.utf-8.add.spl b/vim/spell/en.utf-8.add.spl index 5498fc6ae3103d91607fd50fd2335f2fd6ca2cd4..524e6ccb854d06a2a9dad4a43b673487c9ca121e 100644 GIT binary patch delta 507 zcmXX@ze~eF7|nN=G=fm*WUG^+LoF`V4jsA(r6>prA`UvFO>9qcNk~#Oi}YV8H@dhx z)q)Pcp7_9d%PAM02wO}QsR=nP?)f*g?#6E+pll38vL=Nf#ZZmbqV!dyQW((AawtNOMiadlp(owhQa`hPpnthmpSo;G5QNV-BdfdW8^y0I=Z z&?>hcby<`Eyv8G7OP@m`ozA8{3oDhFQf4@LX8kjK9OO(sR<>P3jBWdJEyCsIipH71 Xsi9oO9?Cj!gVaPl+pGAwnf>?&LGf*v delta 455 zcmXX@J4*vW5Z;-)%LSA`iWCx1l#qz&LQ)v87KMnF3fkncF&p+C$z6!o`5y+v+E$Q= zpq*HVt%bJ!0xSPOboOGgx5M|EnZ2((<#R`SttgaQ*M5a?hWEJ!*p~K#hXcq0l<62H zia9;wt&5Qj0+2%M5}Nd5ZLfXkU;-ep;-eRHAsQ0e(Boskn7VeovgL&_=oEs_1O_mM zRAeEt;a&1)S3#Rz>;iq;`^9D#1!JX%g?$tOU*5u9rbDMu)20!QVoR!knF(jdpdbXz zc{o$-^%5o|8x>2fQ+jfC>S7*n?;ur)(tlTNq6*4wce;H)jIfsiBa_IRzS3sK13_1r z>Pa(67h44S#ul7goB|tT!+0>|bOn)Nmdw7A>w!tRme9d4V)BAPrqMix#{+XcqZPNf t%&M|^6&_Yo%dNr , 2017 DO + -DONE -* - +EXTRA diff --git a/vimrc b/vimrc index eee4305..155e586 100644 --- a/vimrc +++ b/vimrc @@ -62,7 +62,21 @@ Plug 'tpope/vim-obsession' " Continuously updated session files Plug 'tpope/vim-fugitive' " Git wrapper Plug 'tpope/vim-classpath' " TODO: still need this? Plug 'junegunn/goyo.vim' " Distraction-free mode with centered buffer -Plug 'fedorenchik/VimCalc3' +Plug 'fedorenchik/VimCalc3' " A calculator inside vim + +Plug 'suxpert/vimcaps' " Disable capslock (useful if the OS isn't configured to do so) +Plug 'itchyny/vim-cursorword' " Underlines the word under the cursor +Plug 'itchyny/thumbnail.vim' " View open buffers in a Chrome-inspired thumbnail layout +" Google Calendar - :Calendar, :Calendar , :Calendar -view=year (-split=veritcal -width=) +" :Calendar -view=day, :Calendar -first_day=monday +Plug 'itchyny/calendar.vim' +Plug 'itchyny/screensaver.vim' " A screensaver view - open with :ScreenSaver +" (MAYBE) Plug 'itchyny/vim-winfix' + +if !IsWindows() + Plug 'Shougo/vimproc.vim', {'do' : 'make'} + Plug 'itchyny/dictionary.vim' " A way to query dictionary.com with :Dictionary +endif " Automatically discover and 'properly' update ctags files on save Plug 'craigemery/vim-autotag' @@ -286,7 +300,7 @@ augroup campoCmds " Automatically wrap at N characters autocmd FileType gitcommit setlocal colorcolumn=72 - autocmd BufRead,BufNewFile *.{md,txt} execute "setlocal textwidth=" .s:max_row_length + autocmd BufRead,BufNewFile *.{md,txt,plan} execute "setlocal textwidth=" .s:max_row_length " Spell checking autocmd FileType gitcommit,markdown,text setlocal spell @@ -502,6 +516,11 @@ let g:localvimrc_ask = 0 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" noremap :TagbarToggle +""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +" CALENDAR +""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +let g:calendar_google_calendar = 1 + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " SYNTASTIC """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" @@ -719,10 +738,21 @@ augroup vimrc_notices augroup END hi def link MyNotices Notices +augroup vimrc_annotated_todo + au! + " This was a major pain in the ass to get working... + au Syntax * syn match cTodo /@\S\+/ + \ containedin=.*Comment,vimCommentTitle +augroup END + +augroup vimrc_annotated_notes + au! + au Syntax * syn match cTodo /#\+ .\+$/ + \ containedin=.*Comment,vimCommentTitle +augroup END "----------------------------------------------------------------------------------------- - "################################################################ "################################################################ "################################################################ diff --git a/windows/readme.md b/windows/readme.md index 605a7c1..251987e 100644 --- a/windows/readme.md +++ b/windows/readme.md @@ -61,4 +61,12 @@ linked source as well. * Install Lein: https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein.bat +## Setup Xbox stuff + +* Install the xbox controller drivers +* Turn off stats collection + * cmd-r, msconfig.exe, startup tab, uncheck `Microsoft Xbox 360 Accessories`. + +## Turn off various startup processes +* cmd-r, msconfig.exe, startup tab