This commit is contained in:
2026-02-15 01:15:04 -05:00
parent 6636435293
commit 800618ef60
4 changed files with 14 additions and 143 deletions
-9
View File
@@ -139,13 +139,4 @@
(fn [] (vim.cmd (.. "edit " (vim.lsp.get_log_path))))
{:desc "Open LSP log file"})
;; LispSchool - Interactive structural editing tutorial
(usercmd "LispSchool"
(fn [] (let [ls (require :lisp-school)] (ls.start)))
{:desc "Start LispSchool tutorial"})
(usercmd "LispSchoolNext"
(fn [] (let [ls (require :lisp-school)] (ls.next)))
{:desc "Next LispSchool lesson"})
{}