From: Samir Benmendil Date: Sun, 9 Aug 2020 18:01:14 +0000 (+0100) Subject: vim/snippets/cpp: add t snippet to list of horrible one word snippets X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/a663ad6dc59bf37d1cbcd96917f07f6f2787ad2e vim/snippets/cpp: add t snippet to list of horrible one word snippets --- diff --git a/vim/ultisnips/cpp.snippets b/vim/ultisnips/cpp.snippets index 372600d..c625c6c 100644 --- a/vim/ultisnips/cpp.snippets +++ b/vim/ultisnips/cpp.snippets @@ -2,7 +2,7 @@ priority 1 # disable horrible one word snippets -clearsnippets pri pro pub fr mu +clearsnippets pri pro pub fr mu t snippet inc "#include <>" b #include <${1:iostream}>