Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

search for typings in vim!

License

NotificationsYou must be signed in to change notification settings

mhartington/vim-typings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Vim plugin fortypings/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 sametypings 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

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp