add note to lua
This commit is contained in:
parent
3b4895a918
commit
f1723a6b1e
|
@ -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) },
|
||||
|
|
Loading…
Reference in New Issue