How do I prevent Vim's write strategy from breaking LSP file watchers by changing a file's inode on save?
:set nowritebackup
By default, Vim saves files using a "write-then-rename" strategy: it writes to a temporary backup file and then renames it over the original.