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