Skip to content

Migemo search in Neovim. Ported from migemo-search.vim.

License

Notifications You must be signed in to change notification settings

sei40kr/migemo-search.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

migemo-search.nvim

Integrate Neovim search with migemo. Ported from rhysd/migemo-search.nvim.

Installation

packer.nvim

use({ "sei40kr/migemo-search.nvim", event = "CmdlineEnter *" })

lazy.nvim

require("lazy").setup({
  { "sei40kr/migemo-search.nvim", event = "CmdlineEnter" }
})

Configuration

local ms = require("migemo-search")
ms.setup({
  cmigemo_exec_path = "/path/to/cmigemo",
  migemo_dict_path = "/path/to/migemo-dict",
})
vim.keymap.set("c", "<CR>", ms.cr)

Credits

About

Migemo search in Neovim. Ported from migemo-search.vim.

Topics

Resources

License

Stars

Watchers

Forks