Configuration steps
Use the proxy correctly.
Download nvim.appimage
Run
chmod u+x nvim.appimage && ./nvim.appimage
If your system does not have FUSE you can
extract the appimage
./nvim.appimage --appimage-extract ./squashfs-root/usr/bin/nvim
Configure global launch
ln -s /path/to/nvim.appimage /usr/bin/nvim
Of course, we can realize this trait by adding it to the environment variables.
Download Jarvim which can generate a module vim configuration like VIM PRO!
curl -fLo install.sh https://raw.githubusercontent.com/glepnir/jarvim/master/install.sh
sh install.sh
./jarvim -g
ERROR
The following error is possible.
Error detected while processing /root/.config/nvim/init.vim:
line 1:
E121: Undefined variable: execute
Press ENTER or type command to continue
To solve the problem, we can modify the file init.vim according to the following content.
:execute 'source ' . fnamemodify(expand('<sfile>'), ':h') . '/core/core.vim'
Reference
Releases · neovim/neovim (github.com)
https://github.com/glepnir/jarvim
https://www.bilibili.com/video/BV1mh411d7qj/?spm_id_from=333.999.0.0&vd_source=de4eb17f4c05b07e2288f16c09f1f513
ThinkVim: A dark powerd nvim config (gitee.com)
文档信息
- 本文作者:wendaocsmaster
- 本文链接:https://wendaocsmaster.github.io/wiki/2023-02-27-Make%20Vim%20look%20like%20vscode/
- 版权声明:自由转载-非商用-非衍生-保持署名(创意共享3.0许可证)