diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-02-12 23:56:59 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-02-12 23:56:59 +0000 |
commit | f9683d4ed9c48748378ca9a93e11eddb28b6ff3f (patch) | |
tree | d0b297ad068391aa6eb9412b108cfcb9f6943817 /.vim/after | |
parent | c7cde0bf5b20dd39a274752ef4cb766272cdcade (diff) | |
parent | 142628de91fb3620a08101da1abe17c12c7f0c32 (diff) |
Merge branch 'master' of urbainvaes.com:git/dotfiles
Diffstat (limited to '.vim/after')
-rw-r--r-- | .vim/after/ftplugin/tex/folding.vim | 0 | ||||
-rw-r--r-- | .vim/after/ftplugin/tex/mappings.vim | 23 | ||||
-rw-r--r-- | .vim/after/syntax/cpp.vim | 3 | ||||
-rw-r--r-- | .vim/after/syntax/cpp.vim~ | 0 | ||||
-rw-r--r-- | .vim/after/syntax/tex.vim | 6 | ||||
-rw-r--r-- | .vim/after/syntax/tex.vim~ | 6 |
6 files changed, 11 insertions, 27 deletions
diff --git a/.vim/after/ftplugin/tex/folding.vim b/.vim/after/ftplugin/tex/folding.vim deleted file mode 100644 index e69de29..0000000 --- a/.vim/after/ftplugin/tex/folding.vim +++ /dev/null diff --git a/.vim/after/ftplugin/tex/mappings.vim b/.vim/after/ftplugin/tex/mappings.vim index f812cd8..1c4625d 100644 --- a/.vim/after/ftplugin/tex/mappings.vim +++ b/.vim/after/ftplugin/tex/mappings.vim @@ -1,14 +1,14 @@ -inoremap <buffer> (( \left( -inoremap <buffer> )) \right) -inoremap <buffer> {{ \left\{ -inoremap <buffer> }} \right\} -inoremap <buffer> [[ \left[ -inoremap <buffer> ]] \right] -inoremap <buffer> == \,=\, -inoremap <buffer> >> \,\geq\, -inoremap <buffer> << \,\leq\, -inoremap <buffer> ++ \,+\, -inoremap <buffer> -- \,-\, +iabbrev <buffer> (( \left( +iabbrev <buffer> )) \right) +iabbrev <buffer> {{ \left\{ +iabbrev <buffer> }} \right\} +iabbrev <buffer> [[ \left[ +iabbrev <buffer> ]] \right] +iabbrev <buffer> == \,=\, +iabbrev <buffer> >> \,\geq\, +iabbrev <buffer> << \,\leq\, +iabbrev <buffer> ++ \,+\, +iabbrev <buffer> -- \,-\, iabbrev <buffer> ga \alpha iabbrev <buffer> gb \beta @@ -29,7 +29,6 @@ iabbrev <buffer> gs \sigma iabbrev <buffer> gf \phi iabbrev <buffer> gp \pi iabbrev <buffer> gw \omega -iabbrev <buffer> dd \d nnoremap <buffer> <LocalLeader>i :VimtexCompile<CR> nnoremap <buffer> <LocalLeader>e :VimtexErrors<CR> diff --git a/.vim/after/syntax/cpp.vim b/.vim/after/syntax/cpp.vim deleted file mode 100644 index 4da741d..0000000 --- a/.vim/after/syntax/cpp.vim +++ /dev/null @@ -1,3 +0,0 @@ -syntax keyword mPigroup pi -hi def link mPigroup Todo - diff --git a/.vim/after/syntax/cpp.vim~ b/.vim/after/syntax/cpp.vim~ deleted file mode 100644 index e69de29..0000000 --- a/.vim/after/syntax/cpp.vim~ +++ /dev/null diff --git a/.vim/after/syntax/tex.vim b/.vim/after/syntax/tex.vim deleted file mode 100644 index a40cc30..0000000 --- a/.vim/after/syntax/tex.vim +++ /dev/null @@ -1,6 +0,0 @@ -syn match texMathSymbol '\\arr\>' contained conceal cchar=← -syn match texMathSymbol '\\,' contained conceal cchar= -syn match texMathSymbol '\\mathcal' contained conceal cchar= -syn match texMathSymbol '\\text' contained conceal cchar= -syn match texMathSymbol '\\mathbb' contained conceal cchar= -syn match texMathSymbol '\\quad' contained conceal cchar= diff --git a/.vim/after/syntax/tex.vim~ b/.vim/after/syntax/tex.vim~ deleted file mode 100644 index 4e1d112..0000000 --- a/.vim/after/syntax/tex.vim~ +++ /dev/null @@ -1,6 +0,0 @@ -syn match texMathSymbol '\\arr\>' contained conceal cchar=← -syn match texMathSymbol '\\,' contained conceal cchar= -syn match texMathSymbol '\\mathcal' contained conceal cchar= -syn match texMathSymbol '\\text' contained conceal cchar= -syn match texMathSymbol '\\mathbb' contained conceal cchar= -syn match texMathSymbol '\\quad' contained conceal cchar= |