otter: remove deprecated setting

This commit is contained in:
Francesco Prem Solidoro 2025-07-16 02:47:29 +02:00
commit 34bd3f08f0

View file

@ -25,15 +25,6 @@ in {
};
};
buffers = {
set_filetype = mkOption {
type = bool;
default = false;
description = ''
if set to true, the filetype of the otterbuffers will be set. Other wide only
the autocommand of lspconfig that attaches the language server will be
executed without setting the filetype
'';
};
write_to_disk = mkOption {
type = bool;
default = false;