Skip to content
This repository has been archived by the owner on Jun 30, 2019. It is now read-only.

DonnieWest/VimStudio

Repository files navigation

VimStudio - an Gradle/Android Neovim plugin - batteries included

This is a Vim Plugin for Android development based on the superb Vim-Grand which is in turn based on hsanson/vim-android.

Requirements

Installation

If you don't use one already, install a package manager plugin like Pathogen or Vundle. It makes installing as simple as:

vim-plug:

  1. Add the line Plug 'DonnieWest/VimStudio' to your .vimrc
  2. Call :so % on the updated .vimrc to reload it.
  3. Run :PlugInstall to let vundle install it for you.

Features

Warning! VimStudio currently only works on Unix systems

:SetupVimStudio Sets the compiler to be Gradle and builds the project. Relies on the JavaComplete2 plugin

:Gradle is a wrapper around the gradle command line interface

:ADB is a wrapper around the adb command line interface

:VimStudioEmulator autocompletes and launches emulators available on your system

:VimStudioInstall installs the apk on a device of your choice

:VimStudioCtags Generates a tags file in the background using exuberant-ctags. This way you can jump to classes (even Android source files) simply by pressing CTRL-].

*VimStudio sets gradle to be the compiler

Contributing

Please do! You know the drill. Just issue and pull.

License

Copyright (c) Leon Moll & Donnie West. Distributed under the same terms as Vim itself. See :help license.

About

Deprecated - please use vim-android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published