BackgroundSince I wanted to update my local development environment, I tried to redeploy the my Neovim Script. I once wrote a Neovim configuration script purely in Lua language, which basically suits my uasage habit. It has some features such as syntax highlighting, fuzzy search of file and word, word auto-completion, code snippets, and on-click deployment.
Here is my Neovim Script Link: JackNvim. Friends in need may refer to it.
However, recently I found that the packer.nvim plugin manager used by JackNvim has stopped being maintained :cry:. If I continue to use Neovim, I need to migrate to other plugin managers, which is really troublesome! So I am considering using an out-of-the-box editor to replace Neovim in command line.
阅读全文