Add nvim config
This commit is contained in:
parent
b227b7cb19
commit
25a48b5694
48 changed files with 1550 additions and 2 deletions
8
home/.config/nvim/lua/plugins/redact_pass.lua
Normal file
8
home/.config/nvim/lua/plugins/redact_pass.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
-- Make editing passwords safer
|
||||
--- @type LazyPluginSpec
|
||||
return {
|
||||
"https://git.zx2c4.com/password-store",
|
||||
config = function(plugin)
|
||||
vim.opt.rtp:append(plugin.dir .. "contrib/vim/redact_pass.vim")
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue