pokitpeng / vim-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-config

安装插件前提

  • golang环境
  • nodejs环境
  • yarn
  • neovim
  • python3环境
  • pynvim
  • fzf工具
  • gcc环境
  • ctags
# gcc
yum install -y fuse-libs fuse fuse-devel

# ctags
yum install -y ctags

# golang
curl -sLf https://gitee.com/banbaolatiao/shell_scripts/raw/master/install_golang/install_golang.sh | bash

# nodejs
npm install n -g
n 14.15.2
npx nrm use taobao
npm install -g yarn
npm install -g yrm
yrm use taobao

# python3
yum install -y python3

# pynvim
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple pynvim

# fzf
yum install -y git
git clone --depth 1 https://gitee.com/mirrors/fzf.git ~/.fzf
~/.fzf/install

使用

About


Languages

Language:Vim Script 69.1%Language:Shell 30.9%