Giter VIP home page Giter VIP logo

heroku-vim's Introduction

heroku-vim

Build Status Code Climate npm version License

js-standard-style

heroku-vim's People

Contributors

chadian avatar jdxcode avatar svc-scm avatar wangyuhere avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

wangyuhere

heroku-vim's Issues

Error Plugin: heroku-vim: files attribute must be specified in ~/.local/share/heroku/node_modules/heroku-vim/package.json

When running I get this error, twice (this is the output with DEBUG=*):

  @oclif/config reading core plugin ~/.nvm/versions/node/v10.6.0/lib/node_modules/heroku +0ms
  @oclif/config loadJSON ~/.nvm/versions/node/v10.6.0/lib/node_modules/heroku/package.json +0ms
  @oclif/config loadJSON ~/.nvm/versions/node/v10.6.0/lib/node_modules/heroku/oclif.manifest.json +4ms
  @oclif/config:heroku using manifest from ~/.nvm/versions/node/v10.6.0/lib/node_modules/heroku/oclif.manifest.json +0ms
  @oclif/config reading user plugins pjson ~/.local/share/heroku/package.json +0ms
  @oclif/config loadJSON ~/.local/share/heroku/package.json +2ms
  @oclif/config loading plugins [ { name: 'heroku-repo', tag: 'latest', type: 'user' },
  { name: 'heroku-vim', tag: 'latest', type: 'user' } ] +1ms
  @oclif/config loadJSON ~/.local/share/heroku/package.json/package.json +4ms
  @oclif/config loadJSON ~/.local/share/heroku/package.json/package.json +0ms
  @oclif/config reading user plugin ~/.local/share/heroku/node_modules/heroku-repo +0ms
  @oclif/config loadJSON ~/.local/share/heroku/node_modules/heroku-repo/package.json +1ms
  @oclif/config reading user plugin ~/.local/share/heroku/node_modules/heroku-vim +0ms
  @oclif/config loadJSON ~/.local/share/heroku/node_modules/heroku-vim/package.json +0ms
  @oclif/config loadJSON ~/.local/share/heroku/node_modules/heroku-repo/oclif.manifest.json +0ms
  @oclif/config loadJSON ~/.local/share/heroku/node_modules/heroku-vim/oclif.manifest.json +1ms
(node:1829) Error Plugin: heroku-vim: files attribute must be specified in ~/.local/share/heroku/node_modules/heroku-vim/package.json
module: @oclif/[email protected]
plugin: heroku-vim
root: ~/.local/share/heroku/node_modules/heroku-vim
See more details with DEBUG=*
Error Plugin: heroku-vim: files attribute must be specified in ~/.local/share/heroku/node_modules/heroku-vim/package.json
    at Plugin.warn (~/.nvm/versions/node/v10.6.0/lib/node_modules/heroku/node_modules/@oclif/config/lib/plugin.js:169:19)
    at Plugin.load (~/.nvm/versions/node/v10.6.0/lib/node_modules/heroku/node_modules/@oclif/config/lib/plugin.js:35:18)
module: @oclif/[email protected]
plugin: heroku-vim
root: ~/.local/share/heroku/node_modules/heroku-vim

Precompiled vim path problem

I added a .vimrc file

set nocompatible
set backspace=indent,eol,start
syntax on
filetype plugin indent on
set number

Then I got below error when starting vim

~ $ vim
Error detected while processing /app/.vimrc:
line    3:
E484: Can't open file /app/vimbin/share/vim/syntax/syntax.vim

Then I found the correct path should be

/app/vim/share/vim/vim73/syntax/syntax.vim

And now my current workaround is after install vim, run

mkdir -p vimbin/share/vim
cp -r vim/share/vim/vim73/* vimbin/share/vim/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.