summaryrefslogtreecommitdiffstats
path: root/vim/neobundle.toml
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2016-11-27 13:17:01 +0100
committeryushyin <yushyin@saga>2016-11-27 14:02:50 +0100
commita2282274ae7ccd2d6cf874203d8db2d7a086e654 (patch)
tree63752623861e646c287b2828961f18f65eef8843 /vim/neobundle.toml
parent2ab0212180ffcd1a1367a52517ffaa0174eb9f2c (diff)
downloaddotfiles-a2282274ae7ccd2d6cf874203d8db2d7a086e654.tar.gz
dotfiles-a2282274ae7ccd2d6cf874203d8db2d7a086e654.tar.xz
Vim: Replace syntastic with neomake
Diffstat (limited to 'vim/neobundle.toml')
-rw-r--r--vim/neobundle.toml11
1 files changed, 5 insertions, 6 deletions
diff --git a/vim/neobundle.toml b/vim/neobundle.toml
index 8047946..fba7649 100644
--- a/vim/neobundle.toml
+++ b/vim/neobundle.toml
@@ -63,12 +63,6 @@ on_cmd =
,'TagbarOpenAutoClose']
[[plugins]]
-repository = 'scrooloose/syntastic'
-lazy = 0
-augroup = 'syntastic'
-on_cmd = ['SyntasticCheck', 'SyntasticInfo', 'SyntasticToogleMode']
-
-[[plugins]]
repository = 'vim-scripts/a.vim'
lazy = 1
on_ft = ['c', 'cpp']
@@ -118,6 +112,11 @@ repository = 'Shougo/vinarise.vim'
on_cmd = 'Vinarise'
[[plugins]]
+repository = 'neomake/neomake'
+lazy = 1
+on_cmd = 'Neomake'
+
+[[plugins]]
repository = 'Shougo/neosnippet.vim'
lazy = 1
on_map = ['i', '<Plug>']