Moved dependent import to respective file
This commit is contained in:
parent
4b195da0e2
commit
2761465c63
@ -1,4 +1,4 @@
|
||||
syntax on " detect syntax
|
||||
syntax on
|
||||
|
||||
" -- File Formatting ------------------------------------- {{{
|
||||
augroup filetype_specific_formatting
|
||||
@ -23,3 +23,8 @@ augroup execute_file_shortcuts
|
||||
autocmd FileType tex nnoremap <Leader>ec :! $WEBBROWSER %:r.pdf<CR>
|
||||
augroup end
|
||||
" }}}
|
||||
|
||||
|
||||
" Custom Formatting Layers {{{
|
||||
source $VIM_DIR/rd_formatting.vim
|
||||
" }}}
|
||||
|
@ -6,10 +6,9 @@ source $HOME/.my_vim_env
|
||||
let mapleader = "\\"
|
||||
"let localmapleader = ','
|
||||
|
||||
" 1) Load Vundle first
|
||||
" Load Vundle first
|
||||
source $VIM_DIR/vundle.vim
|
||||
|
||||
" 2) Order insensitive plugins
|
||||
source $VIM_DIR/global_sets.vim
|
||||
source $VIM_DIR/file_formatting.vim
|
||||
source $VIM_DIR/edit_rc.vim
|
||||
@ -17,9 +16,6 @@ source $VIM_DIR/abbreviations.vim
|
||||
source $VIM_DIR/window_pane_navigation.vim
|
||||
source $VIM_DIR/my_colors.vim
|
||||
|
||||
" 3) Order sensitive plugins
|
||||
source $VIM_DIR/rd_formatting.vim " Must load after file_formatting
|
||||
|
||||
" <SPACE> to execute macro on q
|
||||
nnoremap <Space> @q
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user