From 0a927afe60310c1b2abb46dd13706bef74c24d12 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 6 Jun 2025 15:49:27 +0200 Subject: [PATCH] repo: Remove quarto snippets file from being linked --- .dotter/global.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/.dotter/global.toml b/.dotter/global.toml index 6c2ae8c..d2e309e 100644 --- a/.dotter/global.toml +++ b/.dotter/global.toml @@ -24,7 +24,6 @@ vcs = "~" [nvim.files] "nvim/.config/nvim/spell/de.utf-8.add.spl" = { target = "~/.config/nvim/spell/de.utf-8.add.spl", type = "symbolic" } "nvim/.config/nvim/spell/en.utf-8.add.spl" = { target = "~/.config/nvim/spell/en.utf-8.add.spl", type = "symbolic" } -"nvim/.config/nvim/snippets/quarto.snippets" = { target = "~/.config/nvim/snippets/quarto.snippets", type = "symbolic" } nvim = "~" [scripts.files]