Tag: Neovim
Showing all entries and posts with tag "Neovim"
Other Posts
Customizing Neovim: Sorting and Removing Duplicate Lines with Lua
Lua functions for sorting lines and removing duplicates. Improve how your code is organized and make your programming workflow more efficient.
Building a Bookmark System in Neovim with Lua
Learn how to build a bookmark system in Neovim using Lua to speed up your workflow. This article shows how to customize the editor to mark and quickly jump back to important spots …