Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How add project to project.json? #3

Open
xerron opened this issue Feb 20, 2018 · 2 comments
Open

How add project to project.json? #3

xerron opened this issue Feb 20, 2018 · 2 comments

Comments

@xerron
Copy link

xerron commented Feb 20, 2018

Need more documentation.

I am try:

:Denite projectile:add

@amireldor
Copy link

Yes, please show more documentation. I tried digging into Denite's own documentation but that's obscure as well.

@dunstontc
Copy link
Owner

Currently you've got to hit tab in Denite's normal mode

add-project

But I've been using this mapping:

 call denite#custom#map(
       \ 'normal',
       \ 'a',
       \ '<denite:do_action:add>',
       \ 'noremap'
       \)

then using a to prompt for the addition.

But I'll see if I can figure out how to enable adding it as an argument.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants