diff options
author | Florian Pritz <bluewind@xinu.at> | 2019-01-04 13:41:17 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2019-01-04 13:41:17 +0100 |
commit | 7f5dfd24ed820e3864d6d51b74dff467d6fca10d (patch) | |
tree | eb1b0b1a2a697806969590a6133475af10fc6b6a | |
parent | 32c9d6f3ae2826057903cc9a2e1cafa1528fbed5 (diff) | |
download | dotfiles-7f5dfd24ed820e3864d6d51b74dff467d6fca10d.tar.gz dotfiles-7f5dfd24ed820e3864d6d51b74dff467d6fca10d.tar.xz |
vimrc: Set snippet author
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -252,6 +252,8 @@ function! Ulti_ExpandOrJump_and_getRes() return g:ulti_expand_or_jump_res endfunction +let g:snips_author = 'Florian Pritz <bluewind@xinu.at>' + " tagbar let g:tagbar_left=1 let g:tagbar_autofocus=1 |