Commit 3af2ab00 authored by Murukesh Mohanan's avatar Murukesh Mohanan

added laptop local

parent 79f86c22
airline @ 5dc0cc54
Subproject commit 5e1cc0a28b08855029a2e5706e6c411905fbc42d
Subproject commit 5dc0cc54180bd757a37c9828d5229956979cd654
syntastic @ 84add5b7
Subproject commit 231a78f5de3690a2f672b4e8df68a28156c943d4
Subproject commit 84add5b7f9a84dcc955d463a7dab639aa5bd031d
vim-surround @ 772ab958
Subproject commit ec579a50478758ee6cebe265cf536f9a2f6c4e34
Subproject commit 772ab9587b7d1e2c3bae75395c9123803059ba8a
let g:LatexBox_latexmk_async = 1
let g:LatexBox_latexmk_preview_continuously = 1
let g:LatexBox_quickfix = 4
inoremap <buffer> [[ \begin{}<Esc>i
imap ]] <Plug>LatexCloseCurEnv
setlocal colorcolumn=+1
......
if has("gui_running")
if has("gui_gtk2")
set guifont=Ubuntu\ Mono\ 11
endif
endif
let g:airline_powerline_fonts = 1
set textwidth=75
......@@ -83,6 +83,11 @@ set foldmethod=syntax
let g:syntastic_cpp_compiler_options = ' -std=c++11'
let g:syntastic_python_python_exec = '/usr/bin/python3'
let g:airline#extensions#tabline#enabled = 1
let g:LatexBox_latexmk_options = ' -xelatex '
let g:LatexBox_latexmk_async = 1
let g:LatexBox_latexmk_preview_continuously = 1
let g:LatexBox_quickfix = 4
if has('cscope')
set cscopetag cscopeverbose
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment