mimikun

Results 16 issues of 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 ``` ###...

bug

### 執筆者名 mimikun ### 記事タイトル なごやvimについて仮 ### 記事 URL _No response_

article

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) ==...