Files
neovim-config/after/plugin/legacyvimscript.lua
2023-06-28 16:12:46 +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
]])