From 17db20e49d6577e91eadffc8d2469e56cfb406db Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 3 Feb 2022 07:20:40 +0100 Subject: [PATCH] use provided python snippets --- .vim/UltiSnips/python.snippets | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) mode change 100644 => 120000 .vim/UltiSnips/python.snippets diff --git a/.vim/UltiSnips/python.snippets b/.vim/UltiSnips/python.snippets deleted file mode 100644 index ecb4e8e..0000000 --- a/.vim/UltiSnips/python.snippets +++ /dev/null @@ -1,10 +0,0 @@ -snippet #! "My own Python hashbang" b -#!/usr/bin/python3 -# -*- coding: utf-8 -*- -# -# Copyright © ${1:2021} martin f. krafft <${2:m@rtin.kiwi}> -# Released under the ${3:MIT} Licence. -# - -$0 -endsnippet diff --git a/.vim/UltiSnips/python.snippets b/.vim/UltiSnips/python.snippets new file mode 120000 index 0000000..78a171e --- /dev/null +++ b/.vim/UltiSnips/python.snippets @@ -0,0 +1 @@ +/usr/share/vim/addons/UltiSnips/python.snippets \ No newline at end of file -- 2.39.2