Added gitblame plugin
Made legacy plugins have one file
This commit is contained in:
11
after/plugin/legacyvimscript.lua
Normal file
11
after/plugin/legacyvimscript.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
-- markdown preview
|
||||
|
||||
vim.cmd([[
|
||||
let g:mkdp_auto_close = 0
|
||||
let g:mkdp_theme = 'dark'
|
||||
]])
|
||||
|
||||
-- git blame
|
||||
vim.cmd([[
|
||||
let g:gitblame_enabled = 1
|
||||
]])
|
||||
Reference in New Issue
Block a user