Skip to content

Commit

Permalink
Added tex.snippets local override & local ftplugin for snippet files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Aug 15, 2010
1 parent 7b58734 commit aea444d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ftplugin/snippet.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
set noexpandtab
set softtabstop=8
11 changes: 11 additions & 0 deletions snippets/tex.snippets
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# These snippets override anything in the default tex snippets.
# Quotation
snippet quo
\begin{quote}
${1}
\end{quote}
# Exe
snippet exe
\begin{exe}
\ex ${1}
\end{exe}

0 comments on commit aea444d

Please sign in to comment.