X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/4586ba5f3bb85d36e7a4865ce51d9317a90d8ae4..d7d49311e213282c381e9187fd0fbc2d477fc047:/vim/ultisnips/cpp.snippets diff --git a/vim/ultisnips/cpp.snippets b/vim/ultisnips/cpp.snippets index 329547f..666c965 100644 --- a/vim/ultisnips/cpp.snippets +++ b/vim/ultisnips/cpp.snippets @@ -1,6 +1,9 @@ # replace snippets of parent ft priority 1 +# disable horrible one word snippets +clearsnippets pri pro pub fr mu + snippet inc "#include <>" b #include <${1:iostream}> endsnippet