diff options
-rw-r--r-- | lua/plugins.lua | 3 |
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" }, } |