keer2345
keer2345
@aaronky What do you think about [spacevim](http://vim.liuchengxu.org/)?
_Thank you!_ I remove this, and install `heracek/HTML-AutoCloseTag` in `.vimrc.bundle.local`: ``` Plugin 'heracek/HTML-AutoCloseTag', {'name': 'HTML-AutoCloseTag2'} UnBundle 'amirh/HTML-AutoCloseTag' ``` **Moreover, I remove 'amirh/HTML-AutoCloseTag' before install `heracek/HTML-AutoCloseTag`.**
@itgoyo I remove this, and install `heracek/HTML-AutoCloseTag` in `.vimrc.bundle.local`: ``` Plugin 'heracek/HTML-AutoCloseTag', {'name': 'HTML-AutoCloseTag2'} UnBundle 'amirh/HTML-AutoCloseTag' ``` **Moreover, I remove 'amirh/HTML-AutoCloseTag' before install `heracek/HTML-AutoCloseTag`.**
add these code in `.vimrc.local` : (mabe you only to add the first line) let g:indent_guides_enable_on_vim_startup = 0 let g:indent_guides_start_level = 2 let g:indent_guides_guide_size = 1
I am using tthese plugin to work for `markdown`: ``` Plugin 'plasticboy/vim-markdown', {'name': 'plasticboy-vim-markdown'} Plugin 'iamcco/mathjax-support-for-mkdp' Plugin 'iamcco/markdown-preview.vim' Plugin 'mzlogin/vim-markdown-toc' "generate markdown's catalog ``` ``` moreover, i unbundle these plugin...