Looking up words in a dictionary with Neovim
A guide to extending Neovim's 'K' key to look up word definitions using a custom Python script and dictionary API.
A guide to extending Neovim's 'K' key to look up word definitions using a custom Python script and dictionary API.
A tutorial on creating a custom blog post picker in Neovim using telescope.nvim, focusing on structured data and metadata filtering.
A developer details the process and reasoning behind rewriting their Neovim configuration from scratch using Lua, moving away from a legacy Vimscript setup.
A guide offering practical advice and best practices for writing and distributing Vim plugins, covering compatibility, scripting, and documentation.