Removed old plugin configuration directory
This commit is contained in:
parent
201d27a3df
commit
39af7fd7e8
4 changed files with 0 additions and 15 deletions
|
@ -1 +0,0 @@
|
|||
NeoBundle 'neomake/neomake'
|
|
@ -1,5 +0,0 @@
|
|||
NeoBundleLazy 'jelera/vim-javascript-syntax', {
|
||||
\ 'autoload': {
|
||||
\ 'filetypes': [ 'javascript' ]
|
||||
\ }
|
||||
\ }
|
|
@ -1,9 +0,0 @@
|
|||
NeoBundle 'Shougo/vimproc.vim' , {
|
||||
\ 'build' : {
|
||||
\ 'windows' : 'tools\\update-dll-mingw',
|
||||
\ 'cygwin' : 'make -f make_cygwin.mak',
|
||||
\ 'mac' : 'make -f make_mac.mak',
|
||||
\ 'linux' : 'make',
|
||||
\ 'unix' : 'gmake',
|
||||
\ },
|
||||
\ }
|
Loading…
Reference in a new issue