How I configured my Neovim
Leo
Posted on March 1, 2024
I always wanted to use Neovim, but I didn't want to use a Neovim distribution, so I watched some videos on how to configerate Neovim. Finally, I found the best way for me:
kickstarter.nvim
https://github.com/nvim-lua/kickstart.nvim
It gives you a sample configuration that is very well documented and easy to understand, so you can add your own plugins or keymaps to it. Some already know it but I wanted to write it again as it is a very good starting point for beginners
💖 💪 🙅 🚩
Leo
Posted on March 1, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
python Mastering Python’s __name__ and __main__: Understanding Script Execution and Module Imports
November 1, 2024