From 368e31ee3439f3144e773d1842527ac296bf7d8a Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 16 Jan 2023 12:11:04 -0500 Subject: [PATCH] =?UTF-8?q?catch=20the=20lisp=20bug=20=F0=9F=98=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit parens are everywhere... send help!!! wait! its just data! DATAAAAAA --- .config/nvim/after/plugin/conjure.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nvim/after/plugin/conjure.lua b/.config/nvim/after/plugin/conjure.lua index f9b069b..b984527 100644 --- a/.config/nvim/after/plugin/conjure.lua +++ b/.config/nvim/after/plugin/conjure.lua @@ -1 +1,2 @@ vim.g['conjure#extract#tree_sitter#enabled'] = true +vim.g['g:conjure#filetypes'] = {"clojure", "fennel", "lisp"}