summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-03-30 23:10:58 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-03-30 23:10:58 +0200
commit15b0d27b6c726bf88fc4a51a9e35219ae1e42577 (patch)
tree134ad8ca049f4deb770ed45927d933da1d0debaf
parenta9bac40bd4d4f36e0a0c8bb27a24a406d95b7a51 (diff)
feat(fennel): add clojure like fennel support
-rw-r--r--lua/plugins.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index bf156bb..8c4a287 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -64,4 +64,7 @@ return {
},
{ "norcalli/nvim-colorizer.lua" },
{ "nvim-orgmode/orgmode" },
+
+ -- Fennel with clojure-like lisp
+ { "Olical/aniseed" },
}