This repository has been archived by the owner on May 18, 2023. It is now read-only.
forked from spf13/spf13-vim
-
Notifications
You must be signed in to change notification settings - Fork 5
/
.vimrc.bundles.fork
52 lines (47 loc) · 1.69 KB
/
.vimrc.bundles.fork
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
" Modeline and Notes {
" vim: set sw=4 ts=4 sts=4 et tw=78 foldmarker={,} foldlevel=0 foldmethod=marker spell:
"
" _ _ __ _ _____ _
" (_) |_ _ _ _____ __ ___ _ __ / _/ |___ / __ _(_)_ __ ___
" | | __| | | |_ / '_ \ / __| '_ \| |_| | |_ \ ____\ \ / / | '_ ` _ \
" | | |_| |_| |/ /| |_) | \__ \ |_) | _| |___) |_____\ V /| | | | | | |
" _/ |\__|\__,_/___| .__/ |___/ .__/|_| |_|____/ \_/ |_|_| |_| |_|
" |__/ |_| |_|
"
" This is the personal .vimrc.bundles.fork file of jtuzp fork from Steve Francia.
" While much of it is beneficial for general use, I would
" recommend picking out the parts you want and understand.
"
" This file imports the various plugins of spf13. If you
" wish to alter which groups are imported, see vimrc.before.
" If you wish to add or remove individual plugins, create
" ~/.vimrc.bundles.local and `Plug` or `UnPlug` as needed
" from there.
"
" You can find the original soure at http://spf13.com
" }
" Development tools {
Plug 'editorconfig/editorconfig-vim'
" }
" Editor Enhance {
Plug 'kshenoy/vim-signature'
Plug 'dominickng/fzf-session.vim'
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --bin' }
Plug 'junegunn/fzf.vim'
" }
" Web Stuff {
" Typescript
Plug 'herringtondarkholme/yats.vim'
" JSX
Plug 'maxmellon/vim-jsx-pretty'
" Vue
Plug 'posva/vim-vue'
" }
" Vim UI Themes {
Plug 'ryanoasis/vim-devicons'
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
Plug 'mg979/vim-xtabline'
Plug 'NLKNguyen/papercolor-theme'
Plug 'srcery-colors/srcery-vim'
Plug 'gruvbox-community/gruvbox'
" }