takkii / totolot

totolot use ruby-dictionary3 艸 🐊 艸

Home Page:https://github.com/takkii/totolot/wiki/Totolot-wiki-page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MITMIT LicenseGitHub releaseGitHub Status

Python¤ÈRuby

Totolot created date [ 2019.01.31 ]

Made Python3 (Bignyanco Evolutions)

How To Use


※ deoplete requires msgpack 1.0.0+
When you don't understand problem Use Installer!

pip install --upgrade pip

or ( Update pip manually )

python -m pip install --upgrade pip

cd .vim (Vim8)

or ( Select The Env Where The Totolot is Used )

cd .config/nvim (Neovim)

wget https://raw.githubusercontent.com/takkii/totolot/master/install.py

python ./install.py

※ install.py is Windows10/MacOS/Linux kernel Python Work.

or Python pip3 functions.

pip3 install -r requirements.txt

Example (UNIX) OutPut Results After Running The Installer.

CompletedProcess(args=['python', '-m', 'pip', 'uninstall', 'msgpack-python'], returncode=0, stderr='WARNING: Skipping msgpack-python as it is not installed.\n')
Requirement already up-to-date: msgpack in /home/takkii/.pyenv/versions/3.7.6/lib/python3.7/site-packages (1.0.0)
CompletedProcess(args=['python', '-m', 'pip', 'install', '-U', 'msgpack'], returncode=0, stderr='')
Requirement already satisfied: numpy in /home/takkii/.pyenv/versions/3.7.6/lib/python3.7/site-packages (1.18.1)
CompletedProcess(args=['python', '-m', 'pip', 'install', 'numpy'], returncode=0, stderr='')
Requirement already satisfied: pynvim in /home/takkii/.pyenv/versions/3.7.6/lib/python3.7/site-packages (0.4.1)
Requirement already satisfied: msgpack>=0.5.0 in /home/takkii/.pyenv/versions/3.7.6/lib/python3.7/site-packages (from pynvim) (1.0.0)
Requirement already satisfied: greenlet in /home/takkii/.pyenv/versions/3.7.6/lib/python3.7/site-packages (from pynvim) (0.4.15)
CompletedProcess(args=['python', '-m', 'pip', 'install', 'pynvim'], returncode=0, stderr='')
Requirement already satisfied: pandas in /home/takkii/.pyenv/versions/3.7.6/lib/python3.7/site-packages (1.0.1)
Requirement already satisfied: numpy>=1.13.3 in /home/takkii/.pyenv/versions/3.7.6/lib/python3.7/site-packages (from pandas) (1.18.1)
Requirement already satisfied: python-dateutil>=2.6.1 in /home/takkii/.pyenv/versions/3.7.6/lib/python3.7/site-packages (from pandas) (2.8.1)
Requirement already satisfied: pytz>=2017.2 in /home/takkii/.pyenv/versions/3.7.6/lib/python3.7/site-packages (from pandas) (2019.3)
Requirement already satisfied: six>=1.5 in /home/takkii/.pyenv/versions/3.7.6/lib/python3.7/site-packages (from python-dateutil>=2.6.1->pandas) (1.14.0)
CompletedProcess(args=['python', '-m', 'pip', 'install', 'pandas'], returncode=0, stderr='')

Please deoplete and totolot Settting.


Use Vim8/Neovim for totolot env, dein plugin manager.

other you use, 'takkii/Bignyanco'.


Change Log

totolot ruby-dictionary3 read path.

Conditional branch Transplant from MinTab.

PR, merge. If necessary, MinTab revert to a conditional branch.

Thanks for the PR.

The list of るりま has been added.

takkii/Jet-black-wings no longer have to be used together.

Congratulations 200 commits / The analyze folder is used for data analysis.

Pylean totolot analyze folder moved.

Setting to display the number of deoplete to 30 digits


[ Only Use Neovim ]

dein plugin manager, use case.

[ init.vim / .vimrc ]

call dein#add('takkii/totolot')
call dein#add('takkii/ruby-dictionary3')

or

[ dein.toml ]

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

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

It is necessary to load ruby-dictionary3.

Totolot is Vim8/Neovim Plugins

Load PATH Reference.

~/.cache/dein/
~/.local/share/dein/ 
~/.config/nvim/.cache/dein/ 
~/.config/nvim/ 
~/.vim/bundles/

Qiita (日本語)

[vim-hug-neovim-rpc] Vim(pythonx):ImportError: cannot import name 'unpackb' from 'msgpack' (unknown location)

Qiitaの記事

totolot Sample picture to views [Do_your_Best!] new changed [ruby-dictionary3]

ruby-dictionary3

do_your_best

background

totolot images icon

totolot

Author Takayuki Kamiyama.

About

totolot use ruby-dictionary3 艸 🐊 艸

https://github.com/takkii/totolot/wiki/Totolot-wiki-page.

License:MIT License


Languages

Language:Python 100.0%