aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index ac764ef..100222e 100644
--- a/.vimrc
+++ b/.vimrc
@@ -241,6 +241,8 @@ autocmd Filetype cpp nnoremap <leader>cout istd::cout << << std::endl;<ESC>2F<h
autocmd Filetype vim setlocal foldmethod=marker
autocmd FileType haskell set formatprg=stylish-haskell
+
+autocmd FileType lisp set shiftwidth=2
" }}}
""""""""""""
@@ -270,3 +272,8 @@ let g:ctrlp_working_path_mode = 'rw'
" let g:ctrlp_funky_syntax_highlight = 1
" nnoremap <C-f> :CtrlPFunky<CR>
" }}}
+
+" eazy-align {{{
+xmap ga <Plug>(EasyAlign)
+nmap ga <Plug>(EasyAlign)
+" }}}