mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-12 00:15:30 +00:00
add most used default options
This commit is contained in:
parent
09695f4fd4
commit
3325ebb8d6
2 changed files with 108 additions and 30 deletions
|
|
@ -17,34 +17,7 @@ in {
|
|||
lazy.plugins.multicursors-nvim = {
|
||||
package = "multicursors-nvim";
|
||||
setupModule = "multicursors";
|
||||
#inherit (cfg) setupOpts;
|
||||
setupOpts = {
|
||||
DEBUG_MODE = true;
|
||||
create_commands = true;
|
||||
updatetime = 50;
|
||||
nowait = true;
|
||||
mode_keys = {
|
||||
append = "a";
|
||||
change = "c";
|
||||
extend = "e";
|
||||
insert = "i";
|
||||
};
|
||||
hint_config = {
|
||||
float_opts = {
|
||||
border = "none";
|
||||
};
|
||||
position = "bottom";
|
||||
};
|
||||
generate_hints = {
|
||||
normal = true;
|
||||
insert = true;
|
||||
extend = true;
|
||||
config = {
|
||||
column_count = null;
|
||||
max_hint_length = 25;
|
||||
};
|
||||
};
|
||||
};
|
||||
inherit (cfg) setupOpts;
|
||||
|
||||
event = ["DeferredUIEnter"];
|
||||
cmd = ["MCstart" "MCvisual" "MCclear" "MCpattern" "MCvisualPattern" "MCunderCursor"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue