Blog Post: My first Neovim plugin

I just published a blog post about my first Neovim plugin: notekeeper.It's a minimal Lua plugin that lets you take notes per project, directly inside Neovim.Why I built it, how it works, and how you c...
0 Read More

Your First Lua Binding

Creating your own bindings is a way to connect different programming languages, allowing you to use the capabilities of one language in another. For example, you can connect the functionality of a Go ...
0 Read More