Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 561 Bytes

File metadata and controls

32 lines (23 loc) · 561 Bytes

fcitx5-switch.nvim

——A Neovim plugin for automatically activate/inactivate Fcitx5.

Dependencies

Install

lazy.nvim

{
  "Buer-Nahida/fcitx5-switch.nvim",
  config = true,
}

if you only want inactivating fcitx5 when you on normal mode, you can add recover = false option.

{
  "Buer-Nahida/fcitx5-switch.nvim",
  opts = {
    recover = false,
  },
}