This commit is contained in:
2026-02-15 01:24:02 -05:00
parent 8ba072a729
commit b9bc35d8eb
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -58,7 +58,7 @@
{repo "WhoIsSethDaniel/mason-tool-installer.nvim" {repo "WhoIsSethDaniel/mason-tool-installer.nvim"
:lazy false :lazy false
:dependencies ["williamboman/mason.nvim"] :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 ;; Hop - EasyMotion-like word jumping
{repo "smoka7/hop.nvim" {repo "smoka7/hop.nvim"
@@ -73,7 +73,7 @@
;; LispSchool - Interactive structural editing tutorial ;; LispSchool - Interactive structural editing tutorial
;; Source: fnl/lisp-school.fnl (compiled by nfnl) ;; Source: fnl/lisp-school.fnl (compiled by nfnl)
{:name "lisp-school" {:name "lisp-school"
:dir "./plugins" :dir (vim.fn.stdpath "config")
:cmd ["LispSchool" "LispSchoolNext"] :cmd ["LispSchool" "LispSchoolNext"]
:config (fn [] :config (fn []
(vim.api.nvim_create_user_command "LispSchool" (vim.api.nvim_create_user_command "LispSchool"