Merge pull request #1009 from Soliprem/otter-update

otter: remove deprecated setting
This commit is contained in:
raf 2025-07-19 01:41:07 +03:00 committed by GitHub
commit f58c337968
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;