Coder Social home page Coder Social logo

jacobsimpson / nvim-example-python-plugin Goto Github PK

View Code? Open in Web Editor NEW
144.0 144.0 16.0 10 KB

A simple Neovim Python plugin suitable as a template.

License: The Unlicense

Python 42.62% Vim Script 57.38%
neovim python-client python-neovim python-plugin

nvim-example-python-plugin's People

Contributors

jacobsimpson avatar jasonprogrammer 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

nvim-example-python-plugin's Issues

Convert to a "template" repo?

Recently used this as a template for starting a plugin and github provides that kind of functionality already so why not use it?

You should be able to just go to the settings and there is a checkbox for it on the main repo page, right below the name of the repo setting.

How use @neovim.command?

 @neovim.command("TestCommand", range='', nargs='*')
    def testcommand(self, args, range):
        self.nvim.current.line = ('Command with args: {}, range: {}'
                                  .format(args, range))

Can't use "TestCommand" in neovim cmdline?

Thank you!

ReadMe not work at all

I install this plugin execute :exec DoItVimL() and :exec DoItPython(),
the former command print DoItVimL at console but the later command is not found.

Workarounds to have multiple python modules in rplugin/python3 folder

Hi, I'm now working on a simple plugin in python, I can't split my code into multiple modules.
If so, it keeps telling me that the module is not found.
And it doesn't work even if I add the module to sys.path.

Is there a workaround to structure your plugin code in multiple modules' manner?

Thanks in advance.

image

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.