Neovim configured in Lua. I have set this one up for writing code and taking notes. With Treesitter, Snacks, and Mini plugins, it is able to do fuzzy searches for files and Markdown notes as well as work with strings buried deep in a file system.
A spartan yet effective Neovim configuration in Lua, with no plugins. I use this one for editing as root user, or on server setups where I want to run lean and fast.
- Have Neovim version 5 or later installed on the system.
- Select the minimal or regular setup depending on your text editing needs.
- Lazy manages the plugins. Execute :Lazy and select Install to install them the first time.
- Select Update in Lazy for future updates.
- Treesitter is part of the setup. Execute :TSInstall on first run, :TSUpdate for subsequent updates.
- For max productivity and happy Vimming, learn the many keybindings and change as needed.
- Make it work for you.