From 31c31fed08a61a27098e9e961b583647e0eebbe6 Mon Sep 17 00:00:00 2001
From: "iliya.saroukha" <iliya.saroukhanian@etu.hesge.ch>
Date: Tue, 20 Aug 2024 18:46:12 +0200
Subject: [PATCH] feat: quarto plugin

---
 lua/plugins/quarto.lua | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 lua/plugins/quarto.lua

diff --git a/lua/plugins/quarto.lua b/lua/plugins/quarto.lua
new file mode 100644
index 0000000..681d02f
--- /dev/null
+++ b/lua/plugins/quarto.lua
@@ -0,0 +1,10 @@
+-- plugins/quarto.lua
+return {
+    {
+        "quarto-dev/quarto-nvim",
+        dependencies = {
+            "jmbuhr/otter.nvim",
+            "nvim-treesitter/nvim-treesitter",
+        },
+    },
+}
-- 
GitLab