wsdjeg / SpaceVim-comments

1 stars 0 forks source link

Asynchronous todo manager | SpaceVim #50

Open wsdjeg opened 5 years ago

wsdjeg commented 5 years ago

https://spacevim.org/Asynchronous-todo-manager/

eprislac commented 5 years ago

Doesn't work in neovim (installed with Plug - I get 'Not an editor command: OpenTodo')

wsdjeg commented 5 years ago

you should make sure the plugin has been installed, if you are not using SpaceVim.

-- Best regards, wsdjeg

From: Eddie Prislac Date: 2019-09-08 14:08 To: wsdjeg/SpaceVim-comments CC: Wang Shidong; Author Subject: Re: [wsdjeg/SpaceVim-comments] Asynchronous todo manager | SpaceVim (#50) Doesn't work in neovim (installed with Plug - I get 'Not an editor command: OpenTodo') — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

witem commented 5 years ago

It not work for me with js files. Result: https://ibb.co/t46817p

And I can't open issue in https://github.com/wsdjeg/vim-todo/

fennr commented 4 years ago

And not work with python files.

wsdjeg commented 4 years ago

@witem @fenrir1121 this plugin is to run rg command, so you need to has rg installed.

fennr commented 4 years ago

@witem @fenrir1121 this plugin is to run rg command, so you need to has rg installed.

it works in windows? result: https://i.imgur.com/6MCA6oN.png

arttobe commented 4 years ago

how can i add a custom tag like TODO

bipinmdr07 commented 4 years ago

It's not working on ruby as well

wsdjeg commented 4 years ago
  1. you need to have rg or ag installed
  2. the ruby file must under current dir, you can get it via :pwd
bipinmdr07 commented 4 years ago
  1. I have rg installed on my machine, and is working fine
  2. SpaceVim is in current dir, in my case Desktop
  3. I have todo.rb file setuped.
  4. still not working, @wsdjeg, you can see the end result here: https://prnt.sc/r9ul92
bipinmdr07 commented 4 years ago

Am I doing it incorrectly?