From 34bd3f08f030f70afe390f7475e17fbf31b5540c Mon Sep 17 00:00:00 2001 From: Francesco Prem Solidoro Date: Wed, 16 Jul 2025 02:47:29 +0200 Subject: [PATCH] otter: remove deprecated setting --- modules/plugins/lsp/otter/otter.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/plugins/lsp/otter/otter.nix b/modules/plugins/lsp/otter/otter.nix index 0b0c2c4c..2ccc393b 100644 --- a/modules/plugins/lsp/otter/otter.nix +++ b/modules/plugins/lsp/otter/otter.nix @@ -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;