From b9bc35d8ebd69fc09e1570b79bf0e13ab0614f1b Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Sun, 15 Feb 2026 01:24:02 -0500 Subject: [PATCH] update --- fnl/{plugins => }/lisp-school.fnl | 0 fnl/plugins/init.fnl | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename fnl/{plugins => }/lisp-school.fnl (100%) diff --git a/fnl/plugins/lisp-school.fnl b/fnl/lisp-school.fnl similarity index 100% rename from fnl/plugins/lisp-school.fnl rename to fnl/lisp-school.fnl diff --git a/fnl/plugins/init.fnl b/fnl/plugins/init.fnl index ff4d4fe..1c0956c 100644 --- a/fnl/plugins/init.fnl +++ b/fnl/plugins/init.fnl @@ -58,7 +58,7 @@ {repo "WhoIsSethDaniel/mason-tool-installer.nvim" :lazy false :dependencies ["williamboman/mason.nvim"] - :opts {:ensure_installed ["clojure-lsp" "clj-kondo" "fennel-ls" "lua-language-server"]}} + :opts {:ensure_installed ["clojure-lsp" "clj-kondo" "fennel-language-server" "lua-language-server"]}} ;; Hop - EasyMotion-like word jumping {repo "smoka7/hop.nvim" @@ -73,7 +73,7 @@ ;; LispSchool - Interactive structural editing tutorial ;; Source: fnl/lisp-school.fnl (compiled by nfnl) {:name "lisp-school" - :dir "./plugins" + :dir (vim.fn.stdpath "config") :cmd ["LispSchool" "LispSchoolNext"] :config (fn [] (vim.api.nvim_create_user_command "LispSchool"