diff options
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) +" }}} |
