vim-plugins

This commit is contained in:
c0dev0id
2023-08-19 13:25:19 +02:00
parent 1f7aea9a88
commit 797bb7310b
40 changed files with 18550 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
if exists("b:did_ftplugin") || !exists("*FugitiveGitDir")
finish
endif
let b:did_ftplugin = 1
call fugitive#BlameFileType()