plugins/markview: mode -> modes

This commit is contained in:
Austin Horstman 2024-09-22 19:20:33 -05:00
parent b473bdc5ae
commit a9345dcfc3
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
Buftypes to disable markview-nvim.
'';
mode =
modes =
defaultNullOpts.mkListOf types.str
[
"n"
@ -86,7 +86,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
settingsExample = {
buf_ignore = [ ];
mode = [
modes = [
"n"
"x"
];

View file

@ -9,7 +9,7 @@
settings = {
buf_ignore = [ "nofile" ];
mode = [
modes = [
"n"
"no"
];