Skip to content

zYeee/myVimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

BENCHMARK -*- mode: org; -*-

myVimrc

my vimrc config

use Plug as the plugin manager

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

autopep8

#https://pip.pypa.io/en/stable/installing/
pip install autopep8

flake8

pip3 install flake8
#config: 
#~/.config/flake8:
#max-line-length = 120

phpmd

wget -c http://static.phpmd.org/php/latest/phpmd.phar

jedi

pip install jedi
git submodule update --init

configure

./configure --prefix=/usr/local --enable-python3interp=yes --enable-terminal --enable-pythoninterp=yes --enable-perlinterp=yes --enable-cscope
./configure --prefix=/usr/local --enable-python3interp=yes --enable-terminal --enable-pythoninterp=yes  --enable-cscope  --with-python3-config-dir=/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/config-3.8-darwin

COC

CocInstall coc-json
CocInstall coc-go
CocInstall coc-spell-checker

About

my vimrc config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •