diff --git a/homeManagerModules/neovim/langs/markdown.nix b/homeManagerModules/neovim/langs/markdown.nix index 8cf8dec8..2c0eccee 100644 --- a/homeManagerModules/neovim/langs/markdown.nix +++ b/homeManagerModules/neovim/langs/markdown.nix @@ -132,7 +132,7 @@ in { vim.api.nvim_create_autocmd('BufUnload', { pattern = '*', callback = function() - os.execute("killall -r live-server"); + os.execute("killall -qr live-server"); end, });