linediff
URL: https://github.com/AndrewRadev/linediff.vim/
Maintainers: Gaetan Lepage
plugins.linediff.enable
Whether to enable linediff.vim.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.linediff.package
The linediff.vim package to use.
Type: package
Default:
pkgs.vimPlugins.linediff-vim
Declared by:
plugins.linediff.autoLoad
Whether to automatically load linediff.vim 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=1
hello = "world"
->:setglobal linediff_hello="world"
some_toggle = true
->:setglobal linediff_some_toggle
other_toggle = false
->:setglobal nolinediff_other_toggle
Type: attribute set of anything
Default:
{ }
Example:
{
first_buffer_command = "topleft new";
modify_statusline = 0;
second_buffer_command = "vertical new";
}
Declared by: