Small tweaks to vimrc themes, autocorrect, syntax highlighting and plugins

This commit is contained in:
Michael Campagnaro 2016-10-23 12:47:16 -04:00
parent 51d6625382
commit 76621dd3b8
2 changed files with 10 additions and 2 deletions

3
bin/figt Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
LEIN_FAST_TRAMPOLINE=rlwrap lein trampoline figwheel "$@"

9
vimrc
View File

@ -29,6 +29,8 @@ Plug 'tpope/vim-obsession'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-classpath'
Plug 'tpope/vim-dispatch'
Plug 'craigemery/vim-autotag'
" DISABLED since it requires vim 7.3.598+ and I don't have that on my macbook
" Plug 'Valloric/YouCompleteMe'
Plug 'rking/ag.vim'
@ -205,7 +207,7 @@ autocmd bufread,bufnewfile *.lisp,*.scm,*.rkt setlocal equalprg=scmindent.rkt
" COLORS
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let s:default_bg = 'dark'
let s:dark_theme = 'monokai'
let s:dark_theme = 'pencil'
let s:light_theme = 'pencil'
let g:airline_theme = 'pencil'
@ -275,7 +277,7 @@ hi def link MyBugs Todo
augroup vimrc_notes
au!
au Syntax * syn match MyNotes /\v<(NOTE|QUESTION|WARNING|IMPORTANT):/
au Syntax * syn match MyNotes /\v<(IDEA|NOTE|QUESTION|WARNING|IMPORTANT):/
\ containedin=.*Comment,vimCommentTitle
augroup END
hi def link MyNotes WildMenu
@ -421,7 +423,10 @@ vnoremap p "_dP
" ABBREVIATIONS
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
:ab teh the
:ab taht that
:ab kewyord keyword
:ab indentity identity
:ab indetity identity
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""