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