update
This commit is contained in:
@@ -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"})
|
||||
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user