plugins.neogit.settings.commit_view.kind
The type of window that should be opened.
Type: null or one of “split”, “vsplit”, “split_above”, “tab”, “floating”, “replace”, “auto” or raw lua code
Default:
null
Plugin default: "vsplit"
Declared by:
plugins.neogit.settings.commit_view.verify_commit
Show commit signature information in the buffer. Can be set to true or false, otherwise we try to find the binary.
Default: “os.execute(‘which gpg’) == 0”
Type: null or lua code string or boolean
Default:
null
Declared by: