Giter Club home page Giter Club logo

Comments (3)

Shougo avatar Shougo commented on July 3, 2024

補完があるから、それほど要らなくなってきたような気はしています。
補完の精度は問題になりますが……。

from eskk.vim.

tyru avatar tyru commented on July 3, 2024

変換して確定した時点で前回変換した候補を補完させる予定。
例えば「雨降った」と書いた場合

{'雨': ['ふt', '降']}

のような対応を作成して、~/.eskk/context.vimみたいなファイルに保存しとくのがいいかも(例に出した式はイメージで変わる予定がある)。

SKK辞書のフォーマットにしない理由は;/が候補に入れられないため。
ddskkではlisp式でASCIIコードから文字列に変換することで無理矢理含めている。
ということはLispインタプリタを実装しないと;/をSKK辞書に含めることは無理。
VimスクリプトでLispインタプリタを再実装するのはとても面倒(言語の問題ではなく単純に手間がかかる)なため、現実的ではない。

from eskk.vim.

thinca avatar thinca commented on July 3, 2024

これとはちょっと違うかも知れませんが、例えば私は行頭で「-」を入力した時に「ー」にせずにそのまま「-」を入力できるようにしたいです。
markdownなどでリストを書く際にこれができると eskk のオン/オフを切り替えずに済むので楽です。

from eskk.vim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.