linediff
URL: https://github.com/AndrewRadev/linediff.vim/
Maintainers: Gaetan Lepage
plugins.linediff.enable
Whether to enable linediff.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.linediff.package
The linediff package to use.
Type: package
Default:
pkgs.vimPlugins.linediff-vim
Declared by:
plugins.linediff.autoLoad
Whether to automatically load linediff when neovim starts.
Type: boolean
Default:
true
Example:
false
Declared by:
plugins.linediff.settings
The configuration options for linediff without the linediff_ prefix.
For example, the following settings are equivialent to these :setglobal commands:
foo_bar = 1->:setglobal linediff_foo_bar=1hello = "world"->:setglobal linediff_hello="world"some_toggle = true->:setglobal linediff_some_toggleother_toggle = false->:setglobal nolinediff_other_toggle
Type: lua value
Default:
{ }
Example:
{
first_buffer_command = "topleft new";
modify_statusline = 0;
second_buffer_command = "vertical new";
}
Declared by: