dotfiles/home/.config/nvim/lua/plugins/redact_pass.lua

8 lines
188 B
Lua
Raw Normal View History

-- Make editing passwords safer
return {
"https://git.zx2c4.com/password-store",
config = function(plugin)
vim.opt.rtp:append(plugin.dir .. "contrib/vim/redact_pass.vim")
end,
}