plugins/otter: init

This commit is contained in:
PerchunPak 2024-06-27 13:06:17 +02:00 committed by Matt Sturgeon
parent d823c1463e
commit cd479ec0ef
3 changed files with 126 additions and 0 deletions

View file

@ -0,0 +1,39 @@
{
empty = {
plugins.otter.enable = true;
};
defaults = {
plugins.otter = {
enable = true;
settings = {
lsp = {
hover = {
border = [
""
""
""
""
""
""
""
""
];
};
diagnostic_update_events = [ "BufWritePost" ];
};
buffers = {
set_filetype = false;
write_to_disk = false;
};
strip_wrapping_quote_characters = [
"'"
"\""
"\`"
];
handle_leading_whitespace = false;
};
};
};
}