Update 2024-10-04 13:30 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2024-10-04 13:30:08 +02:00
parent 0f9d3df869
commit e6c9844e61
7 changed files with 8 additions and 104 deletions

View File

@@ -100,6 +100,9 @@ set nowritebackup " no extra backup before writing
set writeany " write to any file (:w!)
set directory=~/.vim/swapfiles// " move swapfiles out of the way
set runtimepath^=/home/sdk/.vim/pack/plugins/start/vim-clap
let g:clap_plugin_experimental = v:true
" CREATE DIRECTORIES
silent execute '!mkdir -p ~/.vim/undo ~/.vim/backup ~/.vim/swapfiles'