From 9e4cd45df73f3fc95aa46d8ecdfca4377cc4ebb8 Mon Sep 17 00:00:00 2001 From: "markus.dieckmann" Date: Tue, 16 Jun 2026 14:33:40 +0200 Subject: [PATCH] otter? --- nvim/lua/plugins/otter.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nvim/lua/plugins/otter.lua diff --git a/nvim/lua/plugins/otter.lua b/nvim/lua/plugins/otter.lua new file mode 100644 index 0000000..585a476 --- /dev/null +++ b/nvim/lua/plugins/otter.lua @@ -0,0 +1,7 @@ +return { + "jmbuhr/otter.nvim", + dependencies = { + "nvim-treesitter/nvim-treesitter", + }, + opts = {}, +}