Files
dotfiles/.config
Julian Prein e8a8f9637a vim:coc: Re-enable backup files
CoC disables backup files due to a problem with a typescript
language-server (it becoming slow when the backup file is written,
triggering a `structureChanged`). But:

1. I want backup files
2. I do not use that language server
3. If I would:
	1. I could disable backup files in a filetype plugin
	2. The linked issue is from 2019 - no idea if this is still
	   present today
4. I don't think this issue is even a thing with a `&backupdir` that
   does not include relative directories (which is the case for me)

So remove the lines disabling backups and go back to vim's defaults:
`nobackup` and `writebackup`.

Link: https://github.com/neoclide/coc.nvim/issues/649
2025-09-03 11:54:50 +02:00
..
2023-12-01 03:43:06 +01:00
2020-12-28 03:09:02 +01:00
2024-11-04 23:17:58 +01:00
2025-03-11 11:54:18 +01:00
2025-08-26 16:54:55 +02:00
2025-06-27 12:59:13 +02:00
2023-06-23 17:43:58 +02:00
2025-06-27 13:05:35 +02:00
2025-09-03 10:07:53 +02:00
2025-09-03 11:54:50 +02:00
2025-08-30 11:48:45 +02:00
2021-10-05 12:01:46 +02:00
2025-01-20 17:45:20 +01:00