spacevim安装
sudo dnf install mkfontdir
curl -sLf https://spacevim.org/install.sh | bash
neovim替代vim
ln -s ~/.vim ~/.config/nvim
ln -s ~/.vimrc ~/.config/nvim/init.vim
[options]
# 设置文件数左侧显示
filetree_direction = "left"
vim-go环境搭建
go install golang.org/x/tools/gopls@latest
go install golang.org/x/lint/golint@latest
本文来自博客园,作者:GreeneGe,转载请注明原文链接:https://www.cnblogs.com/greene/p/17044822.html