This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
vimrc
35 lines (29 loc) · 1.47 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
" @file vimrc
" @brief Installs all the other files in the config structure.
" @author Oscar Bezi
" @since 5 June 2014
"===============================================================================
"-------------------------------------------------------------------------------
" Plugins
"-------------------------------------------------------------------------------
source $HOME/.vim/config/plugins.vim
"-------------------------------------------------------------------------------
" Base configurations
"-------------------------------------------------------------------------------
source $HOME/.vim/config/base.vim
"-------------------------------------------------------------------------------
" Leader key mappings
"-------------------------------------------------------------------------------
source $HOME/.vim/config/leader.vim
"-------------------------------------------------------------------------------
" Navigation configs
"-------------------------------------------------------------------------------
source $HOME/.vim/config/nav.vim
"-------------------------------------------------------------------------------
" Search configs
"-------------------------------------------------------------------------------
source $HOME/.vim/config/search.vim
"-------------------------------------------------------------------------------
" Language-specific utilities
"-------------------------------------------------------------------------------
source $HOME/.vim/config/lang.vim