How to Load Neovim init.lua or init.vim in Sudo Mode Linux
One of the biggest problems that I found when I was starting with Neovim was how to execute it in Sudo mode because my config file was always lost and did not work as I expected, here is the solution We need to make an alias: export SUDO_EDITOR="nvim...
Nov 27, 20211 min read346
