-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
57 lines (53 loc) · 1.23 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# requiremets:
git zsh cscope exuberant-ctags clang cmake python3-dev tmux silversearcher-ag curl jq ripgrep
build-essential libclang-dev libncurses-dev libboost-dev libz-dev cmake xz-utils
# pip requiremets
isort
black
flake8
python-language-server[all]
pyls-black
pyls-isort
notedown
# coc completeor
:CocInstall coc-snippets
## python
:CocInstall coc-pyright
:CocInstall coc-python
:CocInstall coc-jedi
## rust
:CocInstall coc-rls
:CocInstall coc-rust-analyzer
## go
:CocInstall coc-go
## c++
:CocInstall coc-clangd
## java
:CocInstall coc-java
## json
:CocInstall coc-json
## yaml
:CocInstall coc-yaml
## viml
:CocInstall coc-vimlsp
## html/xml/css & frontend
:CocInstall coc-html coc-css coc-xml
:CocInstall coc-eslint coc-tsserver coc-vetur
# other
:CocInstall coc-cmake
:CocInstall coc-yank coc-lists
:CocInstall coc-marketplace
# may have performace problem
:CocInstall coc-hightlight
# for flutter
:CocInstall coc-flutter-tools
or
:CocInstall coc-flutter
# 前端
yarn global add vim-node-rpc
yarn global add eslint eslint-plugin-vue babel-eslint eslint-plugin-react
yarn global add prettier eslint-config-prettier eslint-plugin-prettier
yarn global add vue-language-server
# rust
rustup update
rustup component add rls rust-analysis rust-src