Giter VIP home page Giter VIP logo

vim-plugin-starter-kit's People

Contributors

khornberg avatar mattjmorrison avatar

Stargazers

 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  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

Watchers

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

vim-plugin-starter-kit's Issues

License

Excuse me, but is this open source? Don't see a license file anywhere

Error running test

When I try running the tests for my plugin names first_plugin, i get an error

ss@ubuntu:~/git/vim-plugin/first_plugin/plugin/tests$ python first_plugin_tests.py
Traceback (most recent call last):
File "first_plugin_tests.py", line 2, in
import first_plugin as sut
ImportError: No module named first_plugin

Basic issue with first time use

Highly inspired by http://www.youtube.com/watch?v=vMAeYp8mX_M
I was trying to get some plugin working in vim
I downloaded the starter kit and created a demo plugin
i just deleted the for loop print and replaced it with

vim.current.buffer[:] = vim_add_it_up_example()
#print vim_add_it_up_example()

the print works but if i run the command before that, i get the following error

Error detected while processing function TemplateExample:
line    8:
Traceback (most recent call last):
  File "<string>", line 4, in <module>
TypeError: bad argument type for built-in operation

Any clue what might be wrong?

How do you run the plugins once installed?

Hi,

The readme/wiki weren't very clear on how to actually run the plugins once installed. I tried pushing my plugin to github, installing through vundle, and running Example and TemplateExample from vim and no dice.

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.