Skip to content

Instantly share code, notes, and snippets.

@TakashiNakagawa
Created March 10, 2017 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TakashiNakagawa/7947e04873c042e4c9fbcd62afb9ab99 to your computer and use it in GitHub Desktop.
Save TakashiNakagawa/7947e04873c042e4c9fbcd62afb9ab99 to your computer and use it in GitHub Desktop.
# like ide {{{
[[plugins]]
repository = 'Shougo/vimfiler'
explorer = 1
mappings = '<Plug>'
[[plugins]]
repository = 'thinca/vim-quickrun'
mappings = '<Plug>'
[[plugins]]
repository = 'Shougo/neosnippet'
insert = 1
# search {{{
[[plugins]]
repository = 'rking/ag.vim'
mappings = '<Plug>'
# benrify {{{
[[plugins]]
repository = 'Shougo/vimshell.vim'
mappings = '<Plug>'
# html {{{
[[plugins]]
repository = 'amirh/HTML-AutoCloseTag'
filetypes = 'html'
[[plugins]]
repository = 'hail2u/vim-css3-syntax'
filetypes = 'html'
[[plugins]]
repository = 'gorodinskiy/vim-coloresque'
filetypes = 'html'
[[plugins]]
repository = 'tpope/vim-haml'
filetypes = 'html'
[[plugins]]
repository = 'mattn/emmet-vim'
filetypes = 'html'
# toml {{{
[[plugins]]
repository = 'cespare/vim-toml'
filetypes = 'toml'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment