diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-03-30 23:10:58 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-03-30 23:10:58 +0200 |
commit | 15b0d27b6c726bf88fc4a51a9e35219ae1e42577 (patch) | |
tree | 134ad8ca049f4deb770ed45927d933da1d0debaf /lua | |
parent | a9bac40bd4d4f36e0a0c8bb27a24a406d95b7a51 (diff) |
feat(fennel): add clojure like fennel support
Diffstat (limited to 'lua')
-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" }, } |