summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2019-01-04 13:41:17 +0100
committerFlorian Pritz <bluewind@xinu.at>2019-01-04 13:41:17 +0100
commit7f5dfd24ed820e3864d6d51b74dff467d6fca10d (patch)
treeeb1b0b1a2a697806969590a6133475af10fc6b6a
parent32c9d6f3ae2826057903cc9a2e1cafa1528fbed5 (diff)
downloaddotfiles-7f5dfd24ed820e3864d6d51b74dff467d6fca10d.tar.gz
dotfiles-7f5dfd24ed820e3864d6d51b74dff467d6fca10d.tar.xz
vimrc: Set snippet author
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 5e75930..55f6fe7 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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