5 ms·
Researching Lispy Neovim
- d12bb 4y agoI 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 https://github.com/d12bb/dotfiles/tree/main/nvim
- NhanH 4y agoWhat is Tangerine?
- cess11 4y agoIt's in the article the thread starts with. https://github.com/udayvir-singh/tangerine.nvim https://github.com/udayvir-singh/tangerine.nvim
- nerdponx 4y agoIt gets slow when you have 100 plugins, which you don't seem to have.
- d12bb 4y agoI sometimes think the ~40 I do have to be a bit excessive :D
- atkailash 4y ago
- nerdponx 4y agoI 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.