add note to lua

This commit is contained in:
mjhika 2023-08-30 00:34:43 -04:00
parent 3b4895a918
commit f1723a6b1e
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
local lisp_dialects = { "clojure", "fennel", "scheme", "lisp" }
return {
-- perhaps replace parinfer with guns/vim-sexp and tpope/vim-sexp-mappings-for-regular-people
{
"gpanders/nvim-parinfer",
ft = { unpack(lisp_dialects) },