Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Releases: takkii/totolot

究極トトロット3

21 Feb 09:21
f9c2e81
Compare
Choose a tag to compare

変更点

・条件分岐を増やすことで、Vim8やMacVimなどからも読み込めるようになりました。進化!
( PATH「~/.cache/dein」に対応しました。)

※ PATHはdeinのGitHub、READMEにあるExampleすべてに対応しません。

再生トトロット

27 Oct 05:19
ae9f326
Compare
Choose a tag to compare

変更点

・条件分岐をMinTabから移植して、読み込み時にPython3が判別するようにしました。

トトロット零弐式

25 Jul 04:04
Compare
Choose a tag to compare

dein

[ neovim ]

sh ./installer.sh ~/.config/nvim/.cache/dein

[ dein設定例 ]

"dein Scripts-----------------------------
if &compatible
  set nocompatible               " Be iMproved
endif

" Required:
set runtimepath+=~/.config/nvim/.cache/dein/repos/github.com/Shougo/dein.vim

" Required:
if dein#load_state('~/.config/nvim/.cache/dein')
  call dein#begin('~/.config/nvim/.cache/dein')

 let s:toml_dir  = $HOME . '/.config/nvim/rc' 
 let s:toml      = s:toml_dir . '/dein.toml'
 let s:lazy_toml = s:toml_dir . '/dein_lazy.toml'

 " Toml save reading...
 call dein#load_toml(s:toml,      {'lazy': 0})
 call dein#load_toml(s:lazy_toml, {'lazy': 1})

  " Let dein manage dein
  " Required:
  call dein#add('~/.config/nvim/.cache/dein/repos/github.com/Shougo/dein.vim')

  " Required:
  call dein#end()
  call dein#save_state()
endif

" Required:
filetype plugin indent on
syntax enable

" If you want to install not installed plugins on startup.
if dein#check_install()
  call dein#install()
endif

"End dein Scripts-------------------------

設定を変更しました。

[[plugins]]
repo = 'takkii/ruby-dictionary3'

[[plugins]]
repo = 'takkii/totolot'

※ 一緒にtomlに入れます。

しない場合は、前回のrevision指定を願います。

[ totolotの古いバージョン、1.5.0のrevision指定例 ]

[[plugins]]
repo = 'takkii/totolot'
rev = 'ff8d3a7'

トトロット零式

16 May 03:01
Compare
Choose a tag to compare

究極トトロットと超トトロット誉のよいとこどり。

シンプルにしました。それがベストです。

安定的に動作します。

超トトロット誉

14 May 03:45
Compare
Choose a tag to compare

びむおーさんがdeopleteのほうで修正してくださいました。
これにより、tabで補完リストを移動できます。

挙動もかわり、速度が改善されています。
究極トトロットも、もちろん使用できます。

リビジョン指定しておつかいくださいませ。

※ HEADは壊れていることもあるので。

究極トトロット2

13 May 02:05
Compare
Choose a tag to compare

不要な改行文字を削除しました。

さらなる高速化へ。

究極トトロット

12 May 11:20
Compare
Choose a tag to compare
[変更点]

・改行を含んだファイルを読み込み

・readlinesで改行文字を削除して動作します

従来のファイル構成に戻りました。

超トトロット参式

11 May 13:05
Compare
Choose a tag to compare

参式です。

余分なrstripの指定を削除しました。

さらに高速化。

超トトロット参

08 May 04:58
Compare
Choose a tag to compare

[変更点]

・rails_method_complteを読込指定にしました。

Railsメソッドが追加されています。

身勝手の極意トトロットバージョン

03 May 05:17
Compare
Choose a tag to compare

ruby-dictionary3を、
Neovim/dein管理に優位なPATHに変更しました。

あと、tanraku, tanraku_logを追加しました。