mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/markview: mode -> modes
This commit is contained in:
parent
b473bdc5ae
commit
a9345dcfc3
2 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||||
Buftypes to disable markview-nvim.
|
Buftypes to disable markview-nvim.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
mode =
|
modes =
|
||||||
defaultNullOpts.mkListOf types.str
|
defaultNullOpts.mkListOf types.str
|
||||||
[
|
[
|
||||||
"n"
|
"n"
|
||||||
|
@ -86,7 +86,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||||
|
|
||||||
settingsExample = {
|
settingsExample = {
|
||||||
buf_ignore = [ ];
|
buf_ignore = [ ];
|
||||||
mode = [
|
modes = [
|
||||||
"n"
|
"n"
|
||||||
"x"
|
"x"
|
||||||
];
|
];
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
buf_ignore = [ "nofile" ];
|
buf_ignore = [ "nofile" ];
|
||||||
mode = [
|
modes = [
|
||||||
"n"
|
"n"
|
||||||
"no"
|
"no"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue