2023-03-16 11:18:54 +01:00
|
|
|
{
|
|
|
|
empty = {
|
|
|
|
plugins.nvim-osc52.enable = true;
|
2024-07-05 15:35:57 +01:00
|
|
|
|
|
|
|
# Hide warnings, since this plugin is deprecated
|
2024-08-22 10:59:34 +01:00
|
|
|
test.checkWarnings = false;
|
2023-03-16 11:18:54 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
defaults = {
|
|
|
|
plugins.nvim-osc52 = {
|
2024-07-05 15:35:57 +01:00
|
|
|
enable = true;
|
|
|
|
|
2023-03-16 11:18:54 +01:00
|
|
|
maxLength = 0;
|
|
|
|
silent = false;
|
|
|
|
trim = false;
|
|
|
|
|
|
|
|
keymaps = {
|
|
|
|
silent = false;
|
|
|
|
enable = true;
|
|
|
|
};
|
|
|
|
};
|
2024-07-05 15:35:57 +01:00
|
|
|
|
|
|
|
# Hide warnings, since this plugin is deprecated
|
2024-08-22 10:59:34 +01:00
|
|
|
test.checkWarnings = false;
|
2023-03-16 11:18:54 +01:00
|
|
|
};
|
|
|
|
}
|