-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.vimrc
41 lines (33 loc) · 1.42 KB
/
.vimrc
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
"===========================================================
" OPTIONS
"===========================================================
runtime custom/options.vim
"===========================================================
" FUNCTIONS
"
" ~/dotfiles/vim/autoload - custom functions
"===========================================================
"===========================================================
" TERMINAL VIM SETTINGS
"===========================================================
runtime custom/terminal.vim
"===========================================================
" MAPPINGS
"===========================================================
runtime custom/mappings.vim
"===========================================================
" PLUGINS
"===========================================================
" initial 'vim-packager' installation:
" git clone https://github.com/kristijanhusak/vim-packager ~/.vim/pack/packager/opt/vim-packager
" plugin setup under ~/.vim/plugin/packager.vim
"===========================================================
" AUTOCMDS
"===========================================================
runtime custom/autocmds.vim
" ~/dotfiles/vim/ftplugin - file type options, mappings
" ~/dotfiles/vim/after/ftplugin - file type overrides
"===========================================================
" COLOR SCHEME
"===========================================================
runtime custom/colorscheme.vim