Live data from Hacker News

Researching Lispy Neovim

enochchau.com

1–8 of 8 posts

Re: Researching Lispy Neovim

#2
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

Re: Researching Lispy Neovim

#3
post #2

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

What is Tangerine?

Re: Researching Lispy Neovim

#4
post #3
post #2

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

What is Tangerine?

It's in the article the thread starts with.

https://github.com/udayvir-singh/tangerine.nvim

Re: Researching Lispy Neovim

#5
post #2

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

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

Re: Researching Lispy Neovim

#6
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.

Re: Researching Lispy Neovim

#7
post #2

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

No post body was provided.

Re: Researching Lispy Neovim

#8
post #5
post #2

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

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

I sometimes think the ~40 I do have to be a bit excessive :D