Add comments to vimrc

IBM-T60
Marvin Johanning 2020-04-19 11:40:27 +02:00
parent 7faa37f03d
commit 612a7e0873
1 changed files with 4 additions and 3 deletions

7
.vimrc
View File

@ -23,7 +23,7 @@ Plugin 'mhartington/oceanic-next' "Theme OceanicNext
Plugin 'jacoborus/tender.vim' "Theme Tender Plugin 'jacoborus/tender.vim' "Theme Tender
" Plugin 'thoughtbot/vim-rspec' "RSpec Plugin " Plugin 'thoughtbot/vim-rspec' "RSpec Plugin
Plugin 'MikeCoder/markdown-preview.vim' "Markdown preview Plugin 'MikeCoder/markdown-preview.vim' "Markdown preview
Plugin 'lervag/vimtex' Plugin 'lervag/vimtex' " LaTeX
" All of your Plugins must be added before the following line " All of your Plugins must be added before the following line
call vundle#end() call vundle#end()
@ -71,8 +71,9 @@ noremap <silent> <c-f> :call smooth_scroll#down(&scroll*2, 0, 4)<CR>
"map <Leader>l :call RunLastSpec()<CR> "map <Leader>l :call RunLastSpec()<CR>
"map <Leader>a :call RunAllSpecs()<CR> "map <Leader>a :call RunAllSpecs()<CR>
nnoremap <leader>q i"`<+++>"'<ESC> "For creating German-style quotation for LaTeX's babel package
let g:vimtex_view_general_viewer = 'zathura' nnoremap <leader>q i"`<+++>"'<ESC>
let g:vimtex_view_general_viewer = 'zathura' " Setting Zathura as the default viewer for LaTeX
"Colour stuff "Colour stuff
syntax on syntax on