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 = {}, +}