Tag: Lua
Showing all entries and posts with tag "Lua"
Other Posts
LQS: A Practical Tool for Testing and Debugging SQL
LQS: a practical tool for testing and debugging SQL. It allows integrating metadata, Lua scripts, and auxiliary queries to optimize your workflow and detect errors early.
Sorting and Removing Duplicate Lines with Neovim
Lua functions for sorting and removing duplicate lines in Neovim.
Bookmarks in Neovim
How to create a bookmark system in Neovim
Static Compilation of the Lua Interpreter: Consistency and Portability
How to statically compile the Lua interpreter to avoid problems with dynamic library dependencies.
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 …