all repos — site @ 0b2e6c4b31b7de8db4737a3be2f932c4b6b1d16f

source for my site, found at icyphox.sh

Add GitHub link
Anirudh Oppiliappan x@icyphox.sh
Sun, 07 Feb 2021 13:09:30 +0530
commit

0b2e6c4b31b7de8db4737a3be2f932c4b6b1d16f

parent

131a990a5aae32f14e24a834c7ad3e7e42f8a06e

1 files changed, 6 insertions(+), 2 deletions(-)

jump to
M pages/blog/nvim-lua.mdpages/blog/nvim-lua.md

@@ -297,10 +297,14 @@ ## this is what being tpope feels like

You can now write that plugin you always wished for! I sat down to write a plugin for [fzy](https://github.com/jhawthorn/fzy)[^5], which you can -find [here](https://git.icyphox.sh/dotfiles/tree/config/nvim/lua/fzy). I -plan to port a the last of my `plugin/` directory over to Lua, soon™. +find [here](https://git.icyphox.sh/dotfiles/tree/config/nvim/lua/fzy) +along with my entire Neovim config[^6]. I plan to port a the last of my +`plugin/` directory over to Lua, soon™. And it's only going to get better when the Lua API is completed. We can all be Vim plugin artists now. [^5]: A less bloated alternative to fzf, written in C. +[^6]: [GitHub + link](https://github.com/icyphox/dotfiles/tree/master/config/nvim) -- + if you're into that sort of thing.