From e322b485046e0ddce8d6a551621a9956a6cc2071 Mon Sep 17 00:00:00 2001 From: fredrikr79 Date: Wed, 1 Oct 2025 15:50:21 +0200 Subject: [PATCH] uiua commentstring autocmd --- home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home.nix b/home.nix index 832adb0..91b594b 100644 --- a/home.nix +++ b/home.nix @@ -131,6 +131,11 @@ in pattern = [ "*.ua" ]; command = "setfiletype uiua"; } + { + event = "FileType"; + pattern = [ "uiua" ]; + command = "setlocal commentstring=#\\ %s"; + } ]; diagnostic.settings = {