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