From 8ba072a729218cbb62ed8dbbe6a060b552ad0612 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Sun, 15 Feb 2026 01:19:07 -0500 Subject: [PATCH] move file --- fnl/plugins/init.fnl | 2 +- fnl/{ => plugins}/lisp-school.fnl | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename fnl/{ => plugins}/lisp-school.fnl (100%) diff --git a/fnl/plugins/init.fnl b/fnl/plugins/init.fnl index 3bea7bc..ff4d4fe 100644 --- a/fnl/plugins/init.fnl +++ b/fnl/plugins/init.fnl @@ -73,7 +73,7 @@ ;; LispSchool - Interactive structural editing tutorial ;; Source: fnl/lisp-school.fnl (compiled by nfnl) {:name "lisp-school" - :dir "." + :dir "./plugins" :cmd ["LispSchool" "LispSchoolNext"] :config (fn [] (vim.api.nvim_create_user_command "LispSchool" diff --git a/fnl/lisp-school.fnl b/fnl/plugins/lisp-school.fnl similarity index 100% rename from fnl/lisp-school.fnl rename to fnl/plugins/lisp-school.fnl