top | item 33750502

Researching Lispy Neovim

25 points| ec965 | 3 years ago |enochchau.com

6 comments

order

d12bb|3 years ago

I redid my config [0] using Tangerine recently and am very happy with it. Lisps are such a great thing just from a syntax and readability perspective alone. Can't understand all that startup time craze though, my Neovim has always been opening without any perceptible lag without me doing anything to optimize it. Maybe it's just me…

0: https://github.com/d12bb/dotfiles/tree/main/nvim

NhanH|3 years ago

What is Tangerine?

nerdponx|3 years ago

It gets slow when you have 100 plugins, which you don't seem to have.

nerdponx|3 years ago

I love Aniseed, but I sometimes wish that it was a general-purpose library/framework and not tied to Neovim specifically. It would be nice if I could run Hotpot instead, and pull in Aniseed like a regular Lua package. I think that other Lua programmers would appreciate its "module" system.