Moved dependent import to respective file
This commit is contained in:
@ -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
|
||||
" }}}
|
||||
|
Reference in New Issue
Block a user