mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-14 11:14:36 +02:00
plugins: fix "int flag" style options
This commit is contained in:
parent
555035ef79
commit
ec61ca9b08
27 changed files with 168 additions and 168 deletions
|
@ -13,9 +13,9 @@ helpers.vim-plugin.mkVimPlugin {
|
|||
maintainers = [ helpers.maintainers.alisonjenkins ];
|
||||
|
||||
settingsOptions = {
|
||||
open_only_vim_starting = helpers.defaultNullOpts.mkBool true ''
|
||||
If `false`, committia.vim always attempts to open committia's buffer when `COMMIT_EDITMSG` buffer is opened.
|
||||
If you use `vim-fugitive`, I recommend to set this value to `true`.
|
||||
open_only_vim_starting = helpers.defaultNullOpts.mkFlagInt 1 ''
|
||||
If `0`, committia.vim always attempts to open committia's buffer when `COMMIT_EDITMSG` buffer is opened.
|
||||
If you use `vim-fugitive`, I recommend to set this value to `1`.
|
||||
'';
|
||||
|
||||
use_singlecolumn = helpers.defaultNullOpts.mkStr "always" ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue