Giter Club home page Giter Club logo

skk-develop.nvim's Introduction

skk-develop.nvim

skk-develop.nvim provides skk-get for neovim

Requirements

Installation

{
  'yuys13/skk-develop.nvim',
  dependencies = {
    { 'nvim-lua/plenary.nvim' },
  },
},

Usage

local skk_get = require('skk-develop').skk_get
skk_get('/path/to/destination/directory')

Details

--- `skk_get` downloads SKK dictionaries from https://skk-dev.github.io/dict/.
--- The destination directory can be specified with the `dir` parameter. If omitted,
--- it defaults to stdpath('data') .. '/skk-get-jisyo'. The location of stdpath('data')
--- can be confirmed with :echo stdpath('data').
--- The dictionaries to download can be specified with the `dicts` parameter. If
--- omitted, the following dictionaries will be downloaded, following DDSKK:
--- - 'SKK-JISYO.JIS2.gz',
--- - 'SKK-JISYO.JIS2004.gz',
--- - 'SKK-JISYO.JIS3_4.gz',
--- - 'SKK-JISYO.L.gz',
--- - 'SKK-JISYO.assoc.gz',
--- - 'SKK-JISYO.edict.tar.gz',
--- - 'SKK-JISYO.fullname.gz',
--- - 'SKK-JISYO.geo.gz',
--- - 'SKK-JISYO.itaiji.gz',
--- - 'SKK-JISYO.jinmei.gz',
--- - 'SKK-JISYO.law.gz',
--- - 'SKK-JISYO.lisp.gz',
--- - 'SKK-JISYO.mazegaki.gz',
--- - 'SKK-JISYO.okinawa.gz',
--- - 'SKK-JISYO.propernoun.gz',
--- - 'SKK-JISYO.pubdic+.gz',
--- - 'SKK-JISYO.station.gz',
--- - 'zipcode.tar.gz',
---@param dir string|nil The destination directory for downloads (default is stdpath('data') .. '/skk-get-jisyo').
---@param dicts string[]|nil The list of SKK dictionaries to download (default is the same as DDSKK).
---@return boolean ok
local function skk_get(dir, dicts)

skk-develop.nvim's People

Contributors

yuys13 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

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.