Replies: 1 comment 1 reply
-
To “load” the redact_pass.vim file generally means to open it for viewing or editing. If you have Vim installed on your computer, you can open the file directly with Vim. If you don’t have Vim, you can use any text editor to open the file. Using VimIf you have Vim, run the following command:
Using Another Text EditorIf you’re using another text editor (e.g., Visual Studio Code, Sublime Text, Nano, etc.), replace vim with the command or the name of your editor. For example, to open it in Visual Studio Code, you would use:
Or, simply navigate to the file using your file explorer and open it with your preferred text editor. |
Beta Was this translation helpful? Give feedback.
-
How can I clone the git repository
https://git.zx2c4.com/password-store
and then load the filecontrib/vim/redact_pass.vim
using lazy.nvim?Beta Was this translation helpful? Give feedback.
All reactions