don't use swapfiles

This commit is contained in:
2025-10-11 15:31:39 +02:00
parent 166a3f87dd
commit a31310e173
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ vim.cmd [[
set incsearch
set guicursor=n-v-c:block-Cursor
set cursorline
set noswapfile
nnoremap ,co :copen<CR>
nnoremap ,cc :cclose<CR>