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.callSetup
Whether to generate the standard require('langmapper').setup(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
Declared by:
plugins.langmapper.settings
Options provided to the require('langmapper').setup function.
Type: lua value
Default:
{ }
Example:
{
automapping_modes = [
"i"
"n"
"v"
"x"
"s"
];
map_add_ctrl = false;
}
Declared by: