Hey @bdauria
In principle ng doc can be used to look up angular documentation.
Since this plugin provides an interface to the angular-CLI, we could also incorporate the ng doc command into native vim K by setting setlocal keywordprg=:Ng\ doc inside the initialisation function.
Of course, one could also setlocal keywordprg=ng\ doc without employing the plugin specifically.
However, since the goal is to provide an integration for angular-cli, it might make sense to integrate it as close to native vim as possible.
What do you think?
Best,
lgalke
Hey @bdauria
In principle
ng doccan be used to look up angular documentation.Since this plugin provides an interface to the angular-CLI, we could also incorporate the
ng doccommand into native vimKby settingsetlocal keywordprg=:Ng\ docinside the initialisation function.Of course, one could also
setlocal keywordprg=ng\ docwithout employing the plugin specifically.However, since the goal is to provide an integration for angular-cli, it might make sense to integrate it as close to native vim as possible.
What do you think?
Best,
lgalke