ymizushi / tide-ja.vim

tide-ja.vim is the neovim plugin to display tidal table anywhere in Japan.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tide-ja.vim

Build Status

tide-ja.vim is the neovim plugin to display tidal table anywhere in Japan.

Install

  1. Install pynvim in the python environment via pip3 or pip like below.
pip install pynvim
  1. Install the vim plugin via plugin manager.

For vim-plug

if has('nvim')
  Plug 'ymizushi/tide-ja.vim', { 'do': ':UpdateRemotePlugins' }
endif

For dein.vim

call dein#add('ymizushi/tide-ja.nvim')

Usage

:TideJa [place-key] [date]

place-key: optional value. defalut value is 'KW' (川崎) all place-key is listed in https://www.data.jma.go.jp/gmd/kaiyou/db/tide/suisan/station.php

date: optional value. defalut value is today. format is 'yy-mm-dd'

ex.

:TideJa KW 20-5-11

Screenshot

screenshot

DEVELOPMENT

local install

  1. nvim -u ./vimrc
  2. edit rplugin/python3/tide_ja and exec:UpdateRemotePlugins command in neovim.

About

tide-ja.vim is the neovim plugin to display tidal table anywhere in Japan.


Languages

Language:Python 99.3%Language:Vim Script 0.7%