langmapper
URL: https://github.com/Wansmer/langmapper.nvim/
Maintainers: Yury Shvedov
A plugin that makes Neovim more friendly to non-English input methods
plugins.langmapper.enable
Whether to enable langmapper.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.langmapper.package
The langmapper package to use.
Type: package
Default:
pkgs.vimPlugins.langmapper-nvim
Declared by:
plugins.langmapper.autoLoad
Whether to automatically load langmapper when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by:
plugins.langmapper.settings
Options provided to the require('langmapper').setup
function.
Type: open submodule of attribute set of anything
Default:
{ }
Example:
{
automapping_modes = [
"i"
"n"
"v"
"x"
"s"
];
map_add_ctrl = false;
}
Declared by: