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"