Join Nostr
2026-01-08 07:40:45 UTC
in reply to

Danny, the cyber guy on Nostr: You need to setup atomic write. Neovim lua: ```lua vim.opt.writebackup = true ...

You need to setup atomic write. Neovim lua:

```lua
vim.opt.writebackup = true
vim.opt.backup = false
vim.opt.backupcopy = 'auto'
```

this is a good idea in general, not just when using bun