From 76621dd3b8523555d048e56c40c56e2292092fd0 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Sun, 23 Oct 2016 12:47:16 -0400 Subject: [PATCH] Small tweaks to vimrc themes, autocorrect, syntax highlighting and plugins --- bin/figt | 3 +++ vimrc | 9 +++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100755 bin/figt diff --git a/bin/figt b/bin/figt new file mode 100755 index 0000000..a22b7b2 --- /dev/null +++ b/bin/figt @@ -0,0 +1,3 @@ +#!/bin/bash + +LEIN_FAST_TRAMPOLINE=rlwrap lein trampoline figwheel "$@" diff --git a/vimrc b/vimrc index 74cdd0b..4cddb14 100644 --- a/vimrc +++ b/vimrc @@ -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 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""