nyoom.nvim VS aniseed

Compare nyoom.nvim vs aniseed and see what are their differences.

nyoom.nvim

A Neovim framework and doom emacs alternative for the stubborn martian hacker. Powered by fennel and the oxocarbon theme [Moved to: https://github.com/nyoom-engineering/nyoom.nvim] (by shaunsingh)

aniseed

Neovim configuration and plugins in Fennel (Lisp compiled to Lua) (by Olical)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
nyoom.nvim aniseed
12 36
517 595
- -
8.1 2.1
over 1 year ago 6 months ago
Fennel Fennel
MIT License The Unlicense
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nyoom.nvim

Posts with mentions or reviews of nyoom.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-09.
  • oxocarbon.nvim is now written in fennel!
    5 projects | /r/neovim | 9 Dec 2022
    The oxocarbon theme and color palette originally started off as something fun I'd use for https://github.com/shaunsingh/nyoom.nvim/tree/main, which was still just a set of dotfiles at the time and not the pet project it is today. I never imagined how many people would want to use it. Previously the theme was written in rust, mainly because I wanted to play around with nvim-oxi.
  • People drop your nvim .dotfile
    80 projects | /r/neovim | 20 Nov 2022
  • Swapping to Fennel
    12 projects | /r/neovim | 6 Nov 2022
    I use fennel as well, through my own WIP neovim framework (https://github.com/shaunsingh/nyoom.nvim). I highly recommend trying out lisps, it's not for everyone but personally for me I find it much easier to prototype code. It's reached the point where I end up using fennel for a good portion of my scripting tasks
  • 🎨 Colortils.nvim: Work with colors in neovim 🔧
    3 projects | /r/neovim | 29 Aug 2022
    Thats awesome! I have a simpler, non-gui version that I use based on hsluv in my dotfiles: https://github.com/shaunsingh/nyoom.nvim/blob/main/fnl/modules/ui/nyoom/colorutils/init.fnl.
  • Does anyone have a working Fennel config, preferably using Tangerine or Hotpot?
    3 projects | /r/neovim | 8 Aug 2022
  • Nyoom.nvim v0.4.0
    6 projects | /r/neovim | 30 Jul 2022
    Nyoom - It's a fun little name. Not supposed to mean anything images - Its a neovim config? not sure what you want me to do with it Reddit post - I mean I could write a page about it but thats just a repeat of the readme GitHub repo - https://github.com/shaunsingh/nyoom.nvim
  • Whenever I'm looking for plugins these days [OC]
    29 projects | /r/neovim | 7 Jul 2022
    For ease of use, you can use conjure for evaluating the code, cmp-conjure for nvim completions, hibiscus.nvim and nyoom.nvim macros for macros, and you can also use nyoom.nvim as a base config.
  • Can vim become an emacs or is it already one or not?
    6 projects | /r/emacs | 10 May 2022
    My personal configuration is also written in fennel if you would like to take. look: https://github.com/shaunsingh/nyoom.nvim. Neovim's come a long way in what you can do with it. Fennel has a macro system as with any lisp, so you can make the syntax feel right at home with emacs https://github.com/shaunsingh/nyoom.nvim/tree/main/fnl/macros. You can even create dynamic-module like integrations with rust programs (see https://github.com/shaunsingh/nyoom.nvim/blob/main/fnl/parinfer/init.fnl, interacting with https://github.com/eraserhd/parinfer-rust/tree/master/src)
  • Nyoom.nvim: An fast & opinionated neovim config written in fennel
    5 projects | /r/neovim | 17 Feb 2022
    The config follows the ideals of Doom Emacs: - Minimalistic good looks inspired by modern editors. - Modular organization structure. (eventually, I want to make sets of packages into modules like doom does, but thats blocked by https://github.com/bakpakin/Fennel/issues/413. You can see some broken work here: https://github.com/shaunsingh/nyoom.nvim/tree/module-rewrite) - Opinionated, but not stubborn. Sensible defaults and curated opinions, but feel free to change them up (or entirely disable them!) - Your system, your rules. You know better. At least, Nyoom hopes so! There are no external dependencies, and there never will be.

aniseed

Posts with mentions or reviews of aniseed. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-10.
  • Configuring Neovim with Fennel
    7 projects | dev.to | 10 Nov 2023
    aniseed
  • Why Fennel?
    12 projects | news.ycombinator.com | 13 Sep 2023
    You don't need to transpile it if you use https://github.com/Olical/aniseed
  • TimL: Clojure-like Lisp dialect that runs on and compiles down to Vimscript
    3 projects | news.ycombinator.com | 26 May 2023
    Something similar: Fennel (https://fennel-lang.org/) is a lisp that compiles into Lua, which nvim can use as plugins, so you can write nvim plugins in a lisp. Aniseed (https://github.com/Olical/aniseed) makes this really easy.
  • 916 Days of Emacs
    12 projects | news.ycombinator.com | 13 Apr 2023
  • The extensible vi layer for Emacs
    10 projects | news.ycombinator.com | 3 Mar 2023
    Just use vim. Yes, emacs has a lisp engine, but so does nvim[1]. Really, though, using vim properly means that it doesn't need to swallow the kitchen sink[2]. Just use vim.

    1: https://github.com/Olical/aniseed

    2: https://blog.djha.skin/p/emacs-users-im-okay-i-promise/

  • lazy.nvim and Aniseed for config environment
    5 projects | /r/neovim | 15 Jan 2023
    I use Aniseed to write my configs in Fennel, and I can't seem to find a way to get Aniseed bootstrapped and managed by lazy. Folke has said that fennel isn't supported in issues about hotpot and tangerine, but neither of them particularly help me solve my issue
  • Introducing LazyVim!
    12 projects | /r/neovim | 9 Jan 2023
    :!git clone https://github.com/Olical/aniseed /home/USER/.local/share/nvim/site/pack/packer/start/aniseed Cloning into '/home/USER/.local/share/nvim/site/pack/packer/start/aniseed'...
  • A config using fennel .
    4 projects | /r/neovim | 7 Nov 2022
    Have you tried aniseed ?
  • Swapping to Fennel
    12 projects | /r/neovim | 6 Nov 2022
    Aniseed: mostly an environment, it does handle configuration. It adds a lot of clojure features (another modern Lisp) such as a module system. It does seem to be slower to startup though, but I really like how its module system works and still use it for that reason alone. There's not much boilerplate code, just add it to the header
  • [help] How to write nvim plugins with Fennel?
    5 projects | /r/neovim | 23 Sep 2022
    The easiest would be to use aniseed: https://github.com/Olical/aniseed, it has a bootstrap script that downloads all the needed dependencies: https://github.com/Olical/aniseed, it also adds some syntax niceties and testing support. Here's an example of a plugin: https://github.com/katawful/kat.nvim

What are some alternatives?

When comparing nyoom.nvim and aniseed you can also consider the following projects:

nvim - Fennel powered neovim configuration.

hotpot.nvim - :stew: Carl Weathers #1 Neovim Plugin.

NvChad - Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.

lightspeed.nvim - deprecated in favor of leap.nvim

magic-kit - A starter kit for Conjure, Aniseed and Neovim

splitjoin.vim - Switch between single-line and multiline forms of code

highlight-current-n.nvim - Highlights the current /, ? or * match under your cursor when pressing n or N and gets out of the way afterwards.

conjure - Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!)

colortils.nvim - Some color utils for neovim

lush.nvim - Create Neovim themes with real-time feedback, export anywhere.

NvStar - IDE Layer for Neovim, for simplicity lovers.

denops.vim - 🐜 An ecosystem of Vim/Neovim which allows developers to write cross-platform plugins in Deno