From 17968d1ced8b537c000d80430dc01ce006d9e43b Mon Sep 17 00:00:00 2001 From: Soliprem Date: Sat, 2 Aug 2025 13:49:09 +0200 Subject: [PATCH 1/2] lsp/otter: remove conflict warning since 0.11 is now common --- modules/plugins/lsp/otter/config.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/plugins/lsp/otter/config.nix b/modules/plugins/lsp/otter/config.nix index b1b045d8..85f24c70 100644 --- a/modules/plugins/lsp/otter/config.nix +++ b/modules/plugins/lsp/otter/config.nix @@ -15,13 +15,6 @@ mappings = addDescriptionsToMappings cfg.otter-nvim.mappings mappingDefinitions; in { config = mkIf (cfg.enable && cfg.otter-nvim.enable) { - warnings = [ - # TODO: remove warning when we update to nvim 0.11 - (mkIf config.vim.utility.ccc.enable '' - ccc and otter occasionally have small conflicts that will disappear with nvim 0.11. - In the meantime, otter handles it by throwing a warning, but both plugins will work. - '') - ]; vim = { startPlugins = ["otter-nvim"]; From 4f9b2f4fbad370151a48655a1f8811b43aeaa1df Mon Sep 17 00:00:00 2001 From: Soliprem Date: Sat, 2 Aug 2025 13:53:35 +0200 Subject: [PATCH 2/2] docs/rl: add entry adds entry about the removal of otter's outdated warning --- docs/release-notes/rl-0.8.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes/rl-0.8.md b/docs/release-notes/rl-0.8.md index 0ea9abd4..0b0cf804 100644 --- a/docs/release-notes/rl-0.8.md +++ b/docs/release-notes/rl-0.8.md @@ -476,6 +476,7 @@ [soliprem](https://github.com/soliprem): - fix broken `neorg` grammars +- remove obsolete warning in the `otter` module [Cool-Game-Dev](https://github.com/Cool-Game-Dev):