Editing passwords in Vim/Neovim: How do I disable swap, backup, undo, etc files from command line
From time to time I need to edit sensitive files, like files that contain passwords or certificates. I have my Vim set up to put swap, backup and undo files in a separate directory. Is there a way to disable all other file creation or changes when invoking Vim/Neovim to edit a particular file?