Skip to content

What's the secret of nyoom's speed? #159

Answered by thebashpotato
Nias26 asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not a fennel expert, but based off this fenel langs rational doc fennel just runs on the lua runtime, which suggests fennel will run at the same speed as lua. I think if you follow a good strategy on your neovim config it will be fast. Most notably using the new vim.loader.enable() feature which uses the byte code complitation cache. I use it in my config and its really fast. If you need direction on writing your own lua config, how to structure plugins and set everything up for speed and understanding I recommend watching the neovim from scratch series. As far as first startup, byte compiled lua is fast, and if you use the lazy.nvim package manager, you can lazy load certain plugins.…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Nias26
Comment options

Answer selected by Nias26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants