Skip to content

mhartington/vim-typings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-typings

This is a Vim plugin for typings/typings command, which is dependency management tool for TypeScript .d.ts files.

screen

How to install

Requirements

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.

How to use

Unite Source

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 same typings search angular in terminal).

Commands

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.

License

This software is released under the MIT License, see LICENSE.txt.

About

search for typings in vim!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published