aniseed VS splitjoin.vim

Compare aniseed vs splitjoin.vim and see what are their differences.

aniseed

Neovim configuration and plugins in Fennel (Lisp compiled to Lua) (by Olical)

splitjoin.vim

Switch between single-line and multiline forms of code (by AndrewRadev)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
aniseed splitjoin.vim
36 18
595 1,875
- -
2.1 7.4
5 months ago about 1 month ago
Fennel Vim Script
The Unlicense MIT License
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.

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

splitjoin.vim

Posts with mentions or reviews of splitjoin.vim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-16.
  • How to implement a custom code modification (LSP vs TreeSitter)
    2 projects | /r/neovim | 16 Apr 2023
    My splitjoin plugin handles your examples, in case you're open to non-LSP, non-treesitter solutions: https://github.com/andrewradev/splitjoin.vim
  • feline.nvim announcements and updates
    3 projects | /r/neovim | 11 Mar 2023
    To avoid the practical issues with master/main, a simple solution is to mirror branches in a github action. I had to fork the action itself to fix an issue, but yeah, it works fine.
  • New Plugin: splitjoin.nvim ๐Ÿช“๐Ÿงท
    5 projects | /r/neovim | 18 Feb 2023
    Yes, sorry, should have done that the first time I encountered the bug. I rediscovered the bug and I opened a new issue.
  • line split Vim in Vscode
    1 project | /r/vim | 12 Feb 2023
    I quite like https://github.com/AndrewRadev/splitjoin.vim . There are defaults for some filetypes and you can add "recipes" for whatever you want.
  • Neovim config from scratch (Part II)
    10 projects | dev.to | 11 Jan 2023
    splitjoin to alternate between abbreviated and expansive syntaxes for hashes, arrays, method calls...
  • New Plugin Preview! Treesitter Node Action
    6 projects | /r/neovim | 6 Jan 2023
    To clarify a bit, "a regex approach" doesn't mean s// :). For example, I've got a few mini-parsers for specific cases like rust structs or ruby methods and hashes that handle nesting and more complex structures. Vim's built-in search functions also allow checking the syntax tree, which is how vim-ruby implements a few basic text objects, too. I feel like there's a common misconception that all of Vim is just dumb regex-matching, while regexes are just one of the tools available.
  • React one-line props into multiple lines?
    1 project | /r/neovim | 1 Aug 2022
  • Here's a question
    15 projects | /r/vim | 23 Jul 2022
    https://github.com/AndrewRadev/splitjoin.vim I noticed I often format calling a function with a lot of parameters from
  • Running Recursive Macros only on Selection?
    1 project | /r/neovim | 4 Mar 2022
    For the described use case https://github.com/AndrewRadev/splitjoin.vim
  • Quickly expand code inside {}
    1 project | /r/neovim | 4 Sep 2021
    I personally use this plugin: https://github.com/AndrewRadev/splitjoin.vim I usually forget I have it installed, but when I remember, it always does what in want in all the languages I use

What are some alternatives?

When comparing aniseed and splitjoin.vim you can also consider the following projects:

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

nvim-revJ.lua - Nvim-plugin for doing the opposite of join-line (J) of arguments written in lua.

lightspeed.nvim - deprecated in favor of leap.nvim

vim-startify - :link: The fancy start screen for Vim.

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

sideways.vim - A Vim plugin to move function arguments (and other delimited-by-something items) left and right.

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

nerdcommenter - Vim plugin for intensely nerdy commenting powers [Moved to: https://github.com/preservim/nerdcommenter]

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

switch.vim - A simple Vim plugin to switch segments of text with predefined replacements

vim-scriptease - scriptease.vim: A Vim plugin for Vim plugins

rainbow - Rainbow Parentheses Improved, shorter code, no level limit, smooth and fast, powerful configuration.