1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 08:02:19 +00:00

Solarized colorscheme

This commit is contained in:
J.Fernando Sánchez
2013-06-14 16:06:14 +02:00
parent 7a93605688
commit 6cde71312b
12 changed files with 2445 additions and 8 deletions

View File

@@ -16,5 +16,10 @@ let g:Tex_CompileRule_pdf = 'pdflatex --synctex=1 -interaction=nonstopmode $*'
let g:LatexBox_output_type="pdf"
let g:LatexBox_viewer="evince"
let tlist_tex_settings = 'latex;l:labels;s:sections;t:subsections;u:subsubsections'
if !exists("g:tex_comment_nospell") || !g:tex_comment_nospell
syn cluster texCommentGroup contains=texTodo,@Spell
else
syn cluster texCommentGroup contains=texTodo,@NoSpell
endif