The easiest way to get neovim on ubuntu or wsl ubuntu, is to simply run sudo apt install neovim , however, later on you will want to update it, and you will try to uninstall and run sudo apt update and then install neovim again. All of that to realize that the version remains the same. I found that the second easiest way of installing and upgrading neovim is to install it form ‘Download’. This will allow you to install the exact version of neovim that you want, and even better, to keep multiple versions of neovim at the same time. Beyond that you can code a script to automatically switch between versions. This is how I reinstalled neovim without loosing any configuration. I used this article as a reference: https://docs.rockylinux.org/books/nvchad/install_nvim/ . Backup your config files: I would recommend you to create a Github repository of your neovim configuration files, just in case. Check your current nvim bin file: The location might change depending on how you insta...
Most of us have ever postponed a task to the last minute or when it's too late to do it. I have to admit that I used to do so, but now, I've really improved on this aspect. Also, I used the technology as a tool to be able to achieve this personal goal. First of all, we need to understand the basic of our brains and how we take decisions based on rewards. Our mind is attracted to do activities that represent more satisfaction afterwards instead of the ones that are hard to perform such as playing video games, scrolling on social media apps or simply sleeping all day. That's why we want to be more productive but after trying doing good habits one day, we don't see a real compensation, so the next day we are the same person. For example, I used to watch youtube videos and play video games for many hours, consuming all my day. One day, I decided to change the way I was using my time, I tried really hard to stop doing those bad habits, but to be honest I couldn't. I thou...