nvim-config/lua/configs/git-blame.lua

8 lines
79 B
Lua
Raw Normal View History

2022-09-27 16:28:10 +00:00
local M = {}
function M.config()
vim.g.gitblame_enabled = 0
end
return M