mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-25 18:28:37 +02:00
plugins/vim-slime: switch to settings option
This commit is contained in:
parent
740b59c1f1
commit
7e33553fc3
2 changed files with 79 additions and 86 deletions
|
@ -7,17 +7,19 @@
|
|||
plugins.vim-slime = {
|
||||
enable = true;
|
||||
|
||||
target = "screen";
|
||||
vimterminalCmd = null;
|
||||
noMappings = false;
|
||||
pasteFile = "$HOME/.slime_paste";
|
||||
preserveCurpos = true;
|
||||
defaultConfig = {
|
||||
socket_name = "default";
|
||||
target_pane = "{last}";
|
||||
settings = {
|
||||
target = "screen";
|
||||
vimterminal_cmd = null;
|
||||
no_mappings = false;
|
||||
paste_file = "$HOME/.slime_paste";
|
||||
preserve_curpos = true;
|
||||
default_config = {
|
||||
socket_name = "default";
|
||||
target_pane = "{last}";
|
||||
};
|
||||
dont_ask_default = false;
|
||||
bracketed_paste = false;
|
||||
};
|
||||
dontAskDefault = false;
|
||||
bracketedPaste = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue