- Notifications
You must be signed in to change notification settings - Fork3
mhartington/vim-typings
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a Vim plugin fortypings/typings command, which is dependency management tool for TypeScript .d.ts files.
typingscommand (npm install -g typings)- Shougo/unite.vim
If you use NeoBundle, write the following into your .vimrc:
NeoBundle'Shougo/unite.vim'NeoBundle'mhartington/vim-typings'
And execute:NeoBundleInstall command in your Vim, you can get unite.vim and vim-typings.
vim-typings has an Unite source.
Execute:Unite typings, so you can get candidates for installable .d.ts files.Hit enter on selected candidate, so the .d.ts file get installed.
You can execute with keyword. e.g.:Unite typings:angular(it's sametypings search angular in terminal).
This plugin provides the following commands:
:TypingsInstall file_name1 file_name2 ...: Install .d.ts files.:TypingsUninstall file_name1 file_name2 ...: Uninstall .d.ts files.:TypingsInit: Create typings.json.:TypingsFetch: Fetch from remote repository:TypingsUpdate: Update all .d.ts files.
This software is released under the MIT License, see LICENSE.txt.
About
search for typings in vim!
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.
