summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim')
-rw-r--r--.vim/mySnippets/tex.snippets2
-rw-r--r--.vim/vimrc1
2 files changed, 1 insertions, 2 deletions
diff --git a/.vim/mySnippets/tex.snippets b/.vim/mySnippets/tex.snippets
index 21803cb..0e23ec1 100644
--- a/.vim/mySnippets/tex.snippets
+++ b/.vim/mySnippets/tex.snippets
@@ -83,7 +83,7 @@ snippet dot "Dot product" w
endsnippet
snippet abs "Absolute value" w
-\abs{ $1 }$0
+\abs{$1}$0
endsnippet
snippet sum "Sum" w
diff --git a/.vim/vimrc b/.vim/vimrc
index ce69e46..1ce3385 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -36,7 +36,6 @@ Plug 'tommcdo/vim-exchange'
Plug 'ton/vim-bufsurf'
Plug 'tpope/vim-abolish', { 'for' : 'tex' }
Plug 'tpope/vim-commentary'
-Plug 'tpope/vim-flagship'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-obsession'
Plug 'tpope/vim-repeat'