PLDaily / pldaily-vim

My Vim Config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Vim Config

安装配置

克隆项目

git clone https://github.com/PLDaily/pldaily-vim.git ~/.vim

执行 shell

cd ~/.vim && sh bootstrap.sh

Coc.nvim 插件

安装

:CocInstall coc-json coc-html coc-css coc-tsserver

查看

:CocList extensions

编辑配置文件

<Leader>ev 打开配置文件

<Leader>sv 执行配置文件

:PlugInstall 安装配置

About

My Vim Config

License:MIT License


Languages

Language:Vim Script 99.8%Language:Shell 0.2%