commit f9c93462b7d064d979000d4aaa69650b7d318ac0 from: Thomas Böhler date: Thu Sep 18 18:53:26 2025 UTC vim: don't create swapfiles Signed-off-by: Thomas Böhler commit - cc9a3a96b4c99abe8f54c0a9ea55efb03f0f1562 commit + f9c93462b7d064d979000d4aaa69650b7d318ac0 blob - e8b861244b867637224931e056fbdb0154746a6b blob + 5b63fbc1e1df4296ea891d5ce5233bc78ff9c70b --- vim/.vimrc +++ vim/.vimrc @@ -1,3 +1,5 @@ +set noswapfile + set termguicolors syntax enable filetype plugin indent on