preview.nvim/lua
Barrett Ruth 9d4f2e77cc
fix(commands): register VimLeavePre to call stop_all
Problem: spawned compiler processes and watching autocmds were never
cleaned up when Neovim exited, leaving orphaned processes running.

Solution: register a VimLeavePre autocmd in commands setup that calls
compiler.stop_all(), which kills active processes, unwatches all
buffers, and stops the reload server.
2026-03-04 13:48:46 -05:00
..
preview fix(commands): register VimLeavePre to call stop_all 2026-03-04 13:48:46 -05:00