.vimrc

changeset 728
60df63f03873
parent 727
63d9df64906e
child 729
23ef12c54811
equal deleted inserted replaced
727:63d9df64906e 728:60df63f03873
39 Plug 'prabirshrestha/vim-lsp' 39 Plug 'prabirshrestha/vim-lsp'
40 end 40 end
41 41
42 Plug 'vimwiki/vimwiki' 42 Plug 'vimwiki/vimwiki'
43 43
44 Plug 'tpope/vim-fugitive'
45 Plug 'ludovicchabant/vim-lawrencium'
46
47 Plug 'Shougo/vinarise.vim' 44 Plug 'Shougo/vinarise.vim'
48 Plug 'asciidoc/vim-asciidoc' 45 Plug 'asciidoc/vim-asciidoc'
49 Plug 'vim-perl/vim-perl' 46 Plug 'vim-perl/vim-perl'
50 Plug 'sheerun/vim-polyglot' 47 Plug 'sheerun/vim-polyglot'
51 Plug 'yko/mojo.vim' 48 Plug 'yko/mojo.vim'
124 noremap <leader>tc :Tabularize first_colon<CR> 121 noremap <leader>tc :Tabularize first_colon<CR>
125 noremap <leader>tm :Tabularize methods<CR> 122 noremap <leader>tm :Tabularize methods<CR>
126 123
127 noremap <silent> <leader>a :call vimrc#AutoFmtToggle()<CR> 124 noremap <silent> <leader>a :call vimrc#AutoFmtToggle()<CR>
128 125
129 " Command Aliases {{{ 126 " Commands & Aliases {{{
130 command! -nargs=+ CAlias call vimrc#CommandAlias(<f-args>) 127 command! -nargs=+ CAlias call vimrc#CommandAlias(<f-args>)
128 command! Gcd call vimrc#Gcd()
129 command! Hgcd call vimrc#Hgcd()
130
131 CAlias Q q 131 CAlias Q q
132 CAlias W w 132 CAlias W w
133
134 CAlias gcd Gcd
135 CAlias hgcd Hgcd
133 136
134 " make these default to one window/buffer too 137 " make these default to one window/buffer too
135 CAlias doc ViewDoc! 138 CAlias doc ViewDoc!
136 CAlias help ViewDocHelp! 139 CAlias help ViewDocHelp!
137 CAlias man ViewDocMan! 140 CAlias man ViewDocMan!

mercurial