-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugins.json
21 lines (21 loc) · 910 Bytes
/
plugins.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"plugin-dir": "~/.vim/pack/mletterle/start",
"plugins": [
"https://github.com/editorconfig/editorconfig-vim.git",
"https://github.com/vim-airline/vim-airline.git",
"https://github.com/vim-airline/vim-airline-themes.git",
"https://github.com/OrangeT/vim-csharp",
"https://github.com/tpope/vim-fugitive.git",
"https://github.com/tpope/vim-git.git",
"https://github.com/PProvost/vim-ps1.git",
"https://github.com/fatih/vim-go.git",
"https://github.com/rakr/vim-one",
"https://github.com/jiangmiao/auto-pairs",
"https://github.com/tomtom/tcomment_vim",
"https://github.com/raydudu/vim-ilasm",
"https://github.com/Snape3058/vim-smali",
"https://github.com/dhruvasagar/vim-table-mode",
"https://github.com/cdelledonne/vim-cmake",
"https://github.com/markonm/traces.vim"
]
}