hotoo / gulu-gf.vim

`gf`: goto file for gulu in Vim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Vim goto file for gulu, support router, controllers, service.

screenshot

INSTALL

By vim-plug:

Plug 'hotoo/jsgf.vim', { 'for': ['javascript', 'javascriptreat', 'typescript', 'typescriptreact', 'json'] }
Plug 'hotoo/gulu-gf.vim', { 'for': ['javascript', 'typescript'] }

By Vundle

Plugin 'hotoo/jsgf.vim'
Plugin 'hotoo/gulu-gf.vim'

This plugin is better work in with jsgf.vim .

USAGE

gf to open the define file which gulu controller, service path under the cursor.

LICENSE

The MIT License (MIT)

About

`gf`: goto file for gulu in Vim.


Languages

Language:Vim Script 100.0%