Skip to content

Instantly share code, notes, and snippets.

@Shougo
Created November 13, 2014 22:35
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shougo/3d2adcb83e9eb0e8d4af to your computer and use it in GitHub Desktop.
Save Shougo/3d2adcb83e9eb0e8d4af to your computer and use it in GitHub Desktop.
neobundle の toml 記法サンプル
[[plugins]]
repository = 'kana/vim-niceblock'
mappings = '<Plug>'
[[plugins]]
repository = 'Shougo/echodoc.vim'
insert = 1
[[plugins]]
repository = 'Shougo/neosnippet.vim'
depends = ['Shougo/neosnippet-snippets', 'Shougo/context_filetype.vim']
insert = 1
filetypes = 'snippet'
unite_sources = [ 'neosnippet', 'neosnippet/user', 'neosnippet/runtime']
[[plugins]]
repository = 'Shougo/vimproc.vim'
[plugins.build]
windows = 'tools\\update-dll-mingw'
cygwin = 'make -f make_cygwin.mak'
mac = 'make -f make_mac.mak'
unix = 'make -f make_unix.mak'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment