diff --git a/neovim/lsp.nix b/neovim/lsp.nix index 73e2ff5..3c7919e 100644 --- a/neovim/lsp.nix +++ b/neovim/lsp.nix @@ -255,4 +255,8 @@ }; }; + plugins.otter = { + enable = true; + autoActivate = false; + }; }