・Continuing our series of articles aimed at reducing the cognitive effort involved in programming tasks, here is my small bookmark script for Neovim.
・Neovim is incredibly customizable.
・Without having to build full plugins, you can add a lot of functionality with just a few Lua functions.
・Good organization makes code easier to read.
・Disorganized lists make it difficult to maintain a project, and they also give your code an unprofessional look.
・These two functions sort and remove duplicate lines in selected text blocks in Neovim.