Moved dependent import to respective file

This commit is contained in:
Wryn Wagner
2019-09-22 15:00:32 -06:00
parent 4b195da0e2
commit 2761465c63
2 changed files with 7 additions and 6 deletions

View File

@ -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
" }}}