Skip to content

kubocker/speed.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

speed.vim

to support your developing or work

Set Up

set vim8 and python3
  • mac
$ brew install vim --with-python3
$ brew install python3
set plugin at ~/.vimrc
  • vim-plug
Plug 'kubocker/speed.vim', {'do': 'pip install TinyDB'}
:PlugInstall
  • NeoBundle
NeoBundle 'kubocker/speed.vim'
:NeoBundleInstall
$ pip install TinyDB
  • dein.vim
call dein#add('kubocker/speed.vim')
vim
$ pip install TinyDB
  • path
let g:speed_todo_path = <your path>

commands

todo

list

  • Samples
:Go todo list
:Go todo list today
:Go todo list yesterday
:Go todo list tmorrow

add

  • Samples
:Go todo add 2017 4 28 "機械学習_勉強会_参加"
:Go todo add 2017 4 29 "お食事デート"

all

  • Samples
:Go todo all

memo

diary

next update list

About

to make speed work and make concentration of your developing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published