summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@stripe.com>2017-10-27 09:06:39 -0700
committerJesse Luehrs <doy@tozt.net>2017-10-27 09:19:00 -0700
commit1f018167a4ea13b3704f978e821ead62a27985ab (patch)
tree79e1e8e871324828ffb421db9b37a7d013301505 /vimrc
parent2e33e94b90fca797e4ebad0d7f37ef9ba106c8f8 (diff)
downloadconf-1f018167a4ea13b3704f978e821ead62a27985ab.tar.gz
conf-1f018167a4ea13b3704f978e821ead62a27985ab.zip
reorganize
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc10
1 files changed, 0 insertions, 10 deletions
diff --git a/vimrc b/vimrc
index 52c3b23..5bb491f 100644
--- a/vimrc
+++ b/vimrc
@@ -219,9 +219,6 @@ nnoremap <silent>fh :Denite -direction=dynamictop help<CR>
nnoremap <silent>ft :Denite -direction=dynamictop filetype<CR>
nnoremap <silent>f/ :Denite -direction=dynamictop line<CR>
" }}}
-" ft-bzl
-" git
-" go
" gundo {{{
if has("python")
nnoremap <silent>U :silent GundoToggle<CR>
@@ -231,7 +228,6 @@ else
let g:gundo_disable = 1
endif
" }}}
-" ledger
" multiple-cursors
" neosnippet {{{
let g:neosnippet#snippets_directory = '~/.vim/snippets'
@@ -253,14 +249,11 @@ smap <expr><Tab>
\ "\<Plug>(neosnippet_expand_or_jump)" :
\ g:s_tab["expr"] ? eval(g:s_tab["rhs"]) : g:s_tab["rhs"]
" }}}
-" perl
-" puppet
" rainbow {{{
let g:rainbow = 1
let g:rainbow_paren = 1
let g:rainbow_brace = 1
" }}}
-" rust
" startify {{{
let g:startify_list_order = ['dir', 'bookmarks', 'commands']
let g:startify_files_number = 7
@@ -292,9 +285,6 @@ for s:file in [ '.gitignore', expand('~/.gitignore') ]
endif
endfor
" }}}
-" terraform {{{
-let g:terraform_fmt_on_save = 1
-" }}}
" textobj {{{
let g:Textobj_defs = [
\['/', 'Textobj_paired', '/'],