Removed old plugin configuration directory

This commit is contained in:
Emmanuel BENOîT 2023-06-24 18:06:54 +02:00
parent 201d27a3df
commit 39af7fd7e8
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF
4 changed files with 0 additions and 15 deletions

View file

View file

@ -1 +0,0 @@
NeoBundle 'neomake/neomake'

View file

@ -1,5 +0,0 @@
NeoBundleLazy 'jelera/vim-javascript-syntax', {
\ 'autoload': {
\ 'filetypes': [ 'javascript' ]
\ }
\ }

View file

@ -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',
\ },
\ }