mimikun
mimikun
SKKを好む人向けにSKK辞書に変換する関数を書きました
### Description ``` [neocord] Failed to get socket information: ENOENT: no such file or directory: /var/run/discord-ipc-0 ``` ### Neovim version ```markdown NVIM v0.11.0-dev-680+g4353996d0 Build type: RelWithDebInfo LuaJIT 2.1.1724512491 ``` ###...
minimal reproduce config: ```lua for name, url in pairs({ plenary_nvim = "https://github.com/nvim-lua/plenary.nvim", telescope_nvim = "https://github.com/nvim-telescope/telescope.nvim", telescope_repo_nvim = "https://github.com/cljoly/telescope-repo.nvim", }) do local install_path = vim.fn.fnamemodify("nvim_issue/" .. name, ":p") if vim.fn.isdirectory(install_path) ==...
The server name in the Language Servers section on each user's page is outside the border.  This is my page, but `docker_compose_language_service` going out of frame.
### error screenshot  ### expected No errors occur and the plugin can be used normally. ### actual Get an error As a workaround, you should pin it with the...
前後の記事を紹介するテキストのテンプレートを提供する機能を追加 (完全に任意ですが)記事の頭に前後の記事を紹介するテキストを加えたい人にとっては助かる機能となります また、公式でテンプレートが用意されているとコピペだけで済むようになるので楽です ### 例 以下のような文章をなんらかの方法で執筆者に提供する ```markdown この記事は[Vim駅伝](https://vim-jp.org/ekiden/)の20YY-MM-DDの記事です。 前回(20YY-MM-DD)の記事は[foo](https://example.com)さんの[bar](https://example.com)です。 次回(20YY-MM-DD)の記事は[hoge](https://example.com)さんの[fuga](https://example.com)です。 ``` ### 提案 - botによって自動でイシューに追記させる - どこか固定ページにあらかじめテンプレートを書いておく ### その他補足情報 - 著者情報へのリンクはGitHubのURLを使用 - 記事へのリンクは `https://vim-jp.org/ekiden/#article-YYYY-MM-DD` を使用
I would like to contribute, but I can't because the license type is not specified. If you want "no license", please specify that explicitly. If you want a different license,...