Files
neovim-config/lua/taken/plugins/legacyvimscript.lua
2023-08-22 14:51:21 +02:00

11 lines
155 B
Lua

-- markdown preview
vim.cmd([[
let g:mkdp_auto_close = 0
let g:mkdp_theme = 'dark'
]])
-- git blame
vim.cmd([[
let g:gitblame_enabled = 1
]])