vim putty gruvbox

  • putty

使用的是putty进行访问,可以使用gruvbox 提供的配色访问进行调整。

可以使用下面链接进去:

https://github.com/morhetz/gruvbox-contrib/tree/master/putty
  • 其他工具

如果使用是其他工具也可以找到对应的工具

https://github.com/morhetz/gruvbox-contrib
  • 操作系统自带Vim

如果使用的操作系统自带Vim工具,可以下载下面工具编辑~/.vimrc

$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
  https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
$ cat ~/.vimrc
。。。
call plug#begin()
Plug 'morhetz/gruvbox'
call plug#end()
。。。
$

vi打开后

:PlugInstall
  • grubbox提供的一些安装方法
https://github.com/morhetz/gruvbox/wiki/Installation

 

参考及引用

https://opensource.com/article/20/2/how-install-vim-plugins

图片from 江金倫 彰化縣-竹塘鄉-竹塘木棉道

 

Comments are closed.