-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvimrc
executable file
·22 lines (20 loc) · 897 Bytes
/
vimrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
filetype off
source /home/iamsleep/.vim/config/encoding.vim
source /home/iamsleep/.vim/config/init.vim
source /home/iamsleep/.vim/config/filetype.vim
source /home/iamsleep/.vim/config/vimplug.vim
source /home/iamsleep/.vim/config/pathogen.vim
source /home/iamsleep/.vim/config/theme.vim
source /home/iamsleep/.vim/config/deletewhitespace.vim
source /home/iamsleep/.vim/config/phpmacro.vim
source /home/iamsleep/.vim/config/gnuglobal.vim
source /home/iamsleep/.vim/config/powerline.vim
source /home/iamsleep/.vim/config/onmifunc.vim
source /home/iamsleep/.vim/config/relativenumber.vim
source /home/iamsleep/.vim/config/fzf.vim
source /home/iamsleep/.vim/config/neocomplete.vim
source /home/iamsleep/.vim/config/neosnippet.vim
source /home/iamsleep/.vim/config/vim-easy-align.vim
source /home/iamsleep/.vim/config/indentLine.vim
source /home/iamsleep/.vim/config/go.vim
filetype plugin indent on