From f4d3ceb790de1ee42e965067f715265c5ba283ee Mon Sep 17 00:00:00 2001 From: Soliprem Date: Wed, 23 Oct 2024 15:20:18 +0200 Subject: [PATCH] otter: fixed stupid typo --- modules/plugins/lsp/otter/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plugins/lsp/otter/config.nix b/modules/plugins/lsp/otter/config.nix index e5df92f..c8a2d3c 100644 --- a/modules/plugins/lsp/otter/config.nix +++ b/modules/plugins/lsp/otter/config.nix @@ -32,7 +32,7 @@ in { pluginRC.otter-nvim = entryAnywhere '' -- Enable otter diagnostics viewer - require("otter").setup({${toLuaObject cfg.otter-nvim.setupOpts}}) + require("otter").setup(${toLuaObject cfg.otter-nvim.setupOpts}) ''; }; };